Freigeben über


IDTSHttpClientConnection100.ProxyBypassList-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the addresses that do not use a proxy server.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Property ProxyBypassList As String()
    Get 
    Set
'Usage
Dim instance As IDTSHttpClientConnection100 
Dim value As String()

value = instance.ProxyBypassList

instance.ProxyBypassList = value
string[] ProxyBypassList { get; set; }
property array<String^>^ ProxyBypassList {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
abstract ProxyBypassList : string[] with get, set
function get ProxyBypassList () : String[]
function set ProxyBypassList (value : String[])

Eigenschaftswert

Typ: array<System.String[]
The addresses that do not use a proxy server.

Siehe auch

Verweis

IDTSHttpClientConnection100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace