XMLTask.DiffAlgorithm Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.