Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLDiffAlgorithm
A value from the DTSXMLDiffAlgorithm enumeration that indicates the comparison algorithm.
Implementiert
Hinweise
This property is used only when the OperationType is set to Diff.