Udostępnij przez


Właściwość IDTSConnectionManagerHttp100.ServerDomain

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

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

Składnia

'Deklaracja
Property ServerDomain As String
    Get
    Set
'Użycie
Dim instance As IDTSConnectionManagerHttp100
Dim value As String

value = instance.ServerDomain

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

Wartość właściwości

Typ: System.String