Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the comparison algorithm.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Property DiffAlgorithm As DTSXMLDiffAlgorithm
Get
Set
'Usage
Dim instance As IDTSXMLTask
Dim value As DTSXMLDiffAlgorithm
value = instance.DiffAlgorithm
instance.DiffAlgorithm = value
DTSXMLDiffAlgorithm DiffAlgorithm { get; set; }
property DTSXMLDiffAlgorithm DiffAlgorithm {
DTSXMLDiffAlgorithm get ();
void set (DTSXMLDiffAlgorithm value);
}
abstract DiffAlgorithm : DTSXMLDiffAlgorithm with get, set
function get DiffAlgorithm () : DTSXMLDiffAlgorithm
function set DiffAlgorithm (value : DTSXMLDiffAlgorithm)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLDiffAlgorithm
The comparison algorithm.