IDTSXMLTask.DiffGramDestinationType Property
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 type of destination to which the XML task saves the DiffGram document.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Property DiffGramDestinationType As DTSXMLSaveResultTo
Get
Set
'Usage
Dim instance As IDTSXMLTask
Dim value As DTSXMLSaveResultTo
value = instance.DiffGramDestinationType
instance.DiffGramDestinationType = value
DTSXMLSaveResultTo DiffGramDestinationType { get; set; }
property DTSXMLSaveResultTo DiffGramDestinationType {
DTSXMLSaveResultTo get ();
void set (DTSXMLSaveResultTo value);
}
abstract DiffGramDestinationType : DTSXMLSaveResultTo with get, set
function get DiffGramDestinationType () : DTSXMLSaveResultTo
function set DiffGramDestinationType (value : DTSXMLSaveResultTo)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSaveResultTo
A value from the DTSXMLSaveResultTo enumeration that indicates the type of destination to which the XML task saves the DiffGram document.