Compartilhar via


Propriedade do RDL XMLTask.DiffAlgorithm

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (em Microsoft.SqlServer.XMLTask.dll)

Sintaxe

'Declaração
Public Property DiffAlgorithm As DTSXMLDiffAlgorithm 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Implementa

IDTSXMLTask.DiffAlgorithm

Comentários

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

Consulte também

Referência

XMLTask Classe

Namespace Microsoft.SqlServer.Dts.Tasks.XMLTask