Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the comparison algorithm to use when the OperationType is Diff.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Public Property DiffAlgorithm As DTSXMLDiffAlgorithm
Get
Set
'Usage
Dim instance As XMLTask
Dim value As DTSXMLDiffAlgorithm
value = instance.DiffAlgorithm
instance.DiffAlgorithm = value
public DTSXMLDiffAlgorithm DiffAlgorithm { get; set; }
public:
virtual property DTSXMLDiffAlgorithm DiffAlgorithm {
DTSXMLDiffAlgorithm get () sealed;
void set (DTSXMLDiffAlgorithm value) sealed;
}
abstract DiffAlgorithm : DTSXMLDiffAlgorithm with get, set
override DiffAlgorithm : DTSXMLDiffAlgorithm with get, set
final function get DiffAlgorithm () : DTSXMLDiffAlgorithm
final function set DiffAlgorithm (value : DTSXMLDiffAlgorithm)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLDiffAlgorithm
A value from the DTSXMLDiffAlgorithm enumeration that indicates the comparison algorithm.
Implements
Remarks
This property is used only when the OperationType is set to Diff.