Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets a value that indicates the options the operation uses when comparing documents.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Property DiffOptions As DTSXMLDiffOptions
Get
Set
'Usage
Dim instance As IDTSXMLTask
Dim value As DTSXMLDiffOptions
value = instance.DiffOptions
instance.DiffOptions = value
DTSXMLDiffOptions DiffOptions { get; set; }
property DTSXMLDiffOptions DiffOptions {
DTSXMLDiffOptions get ();
void set (DTSXMLDiffOptions value);
}
abstract DiffOptions : DTSXMLDiffOptions with get, set
function get DiffOptions () : DTSXMLDiffOptions
function set DiffOptions (value : DTSXMLDiffOptions)
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLDiffOptions
A value from the DTSXMLDiffOptions enumeration that indicates the options the operation uses when comparing documents.