Proprietà HttpClientConnection100Class.ProxyBypassList

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable Property ProxyBypassList As String()
    Get 
    Set
'Utilizzo
Dim instance As HttpClientConnection100Class 
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[])

Valore proprietà

Tipo: array<System.String[]
An array of addresses that do not use the proxy server.

Implementa

IDTSHttpClientConnection100.ProxyBypassList

Vedere anche

Riferimento

HttpClientConnection100Class Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper