Udostępnij przez


Właściwość IDTSHttpClientConnection100.UseProxyCredentials

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 UseProxyCredentials As Boolean
    Get
    Set
'Użycie
Dim instance As IDTSHttpClientConnection100
Dim value As Boolean

value = instance.UseProxyCredentials

instance.UseProxyCredentials = value
bool UseProxyCredentials { get; set; }
property bool UseProxyCredentials {
    bool get ();
    void set (bool value);
}
abstract UseProxyCredentials : bool with get, set
function get UseProxyCredentials () : boolean
function set UseProxyCredentials (value : boolean)

Wartość właściwości

Typ: System.Boolean