Udostępnij przez


Właściwość IDTSConnectionManagerHttp100.ProxyURL

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 ProxyURL As String
    Get
    Set
'Użycie
Dim instance As IDTSConnectionManagerHttp100
Dim value As String

value = instance.ProxyURL

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

Wartość właściwości

Typ: System.String