Freigeben über


ConnectionManagerHttpClass.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
Public Overridable Property ProxyBypassList As String()
    Get 
    Set
'Usage
Dim instance As ConnectionManagerHttpClass 
Dim value As String()

value = instance.ProxyBypassList

instance.ProxyBypassList = value
public virtual string[] ProxyBypassList { get; set; }
public:
virtual property array<String^>^ ProxyBypassList {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
abstract ProxyBypassList : string[] with get, set 
override 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.

Implementiert

IDTSConnectionManagerHttp100.ProxyBypassList

Siehe auch

Verweis

ConnectionManagerHttpClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace