Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.