Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.