Condividi tramite


Proprietà XMLTask.DiffAlgorithm

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)

Sintassi

'Dichiarazione
Public Property DiffAlgorithm As DTSXMLDiffAlgorithm 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Implementa

IDTSXMLTask.DiffAlgorithm

Osservazioni

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

Vedere anche

Riferimento

XMLTask Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.XMLTask