Partager via


DiffAlgorithm propriété

Gets or sets the comparison algorithm to use when the OperationType is Diff.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly :  Microsoft.SqlServer.XMLTask (dans Microsoft.SqlServer.XMLTask.dll)

Syntaxe

'Déclaration
Public Property DiffAlgorithm As DTSXMLDiffAlgorithm
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : Microsoft.SqlServer.Dts.Tasks.XMLTask. . :: . .DTSXMLDiffAlgorithm
A value from the DTSXMLDiffAlgorithm enumeration that indicates the comparison algorithm.

Implémente

IDTSXMLTask. . :: . .DiffAlgorithm

Notes

This property is used only when the OperationType is set to Diff.