Udostępnij za pośrednictwem


Właściwość IDTSXMLTask.Destination

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Zestaw:  Microsoft.SqlServer.XMLTask (w Microsoft.SqlServer.XMLTask.dll)

Składnia

'Deklaracja
Property Destination As String
    Get
    Set
'Użycie
Dim instance As IDTSXMLTask
Dim value As String

value = instance.Destination

instance.Destination = value
string Destination { get; set; }
property String^ Destination {
    String^ get ();
    void set (String^ value);
}
abstract Destination : string with get, set
function get Destination () : String
function set Destination (value : String)

Wartość właściwości

Typ: System.String