Udostępnij przez


Właściwość IDTSExecutionLocation100.ExecutionAddress

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

Aby uzyskać więcej informacji, zobacz temat TaskHost.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Property ExecutionAddress As String
    Get
    Set
'Użycie
Dim instance As IDTSExecutionLocation100
Dim value As String

value = instance.ExecutionAddress

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

Wartość właściwości

Typ: System.String