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 the destination type.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Property DestinationType As DTSXMLSaveResultTo
Get
Set
'Usage
Dim instance As IDTSXMLTask
Dim value As DTSXMLSaveResultTo
value = instance.DestinationType
instance.DestinationType = value
DTSXMLSaveResultTo DestinationType { get; set; }
property DTSXMLSaveResultTo DestinationType {
DTSXMLSaveResultTo get ();
void set (DTSXMLSaveResultTo value);
}
abstract DestinationType : DTSXMLSaveResultTo with get, set
function get DestinationType () : DTSXMLSaveResultTo
function set DestinationType (value : DTSXMLSaveResultTo)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSaveResultTo
The destination type.