Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLDiffOptions
A value from the DTSXMLDiffOptions enumeration that indicates the options the operation uses when comparing documents.