XMLTask.DiffAlgorithm Property

Definition

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

public:
 property Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLDiffAlgorithm DiffAlgorithm { Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLDiffAlgorithm get(); void set(Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLDiffAlgorithm value); };
public Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLDiffAlgorithm DiffAlgorithm { get; set; }
member this.DiffAlgorithm : Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLDiffAlgorithm with get, set
Public Property DiffAlgorithm As DTSXMLDiffAlgorithm

Property Value

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.

Applies to