Udostępnij przez


Właściwość IDTSHttpClientConnection100.ServerURL

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 HttpClientConnection100Class.

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

Składnia

'Deklaracja
Property ServerURL As String
    Get
    Set
'Użycie
Dim instance As IDTSHttpClientConnection100
Dim value As String

value = instance.ServerURL

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

Wartość właściwości

Typ: System.String