HttpClientConnection100Class.BypassProxyOnLocal 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets a Boolean that indicates if the proxy server is configured to use credentials and bypass the proxy server and use local addresses instead.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Public Overridable Property BypassProxyOnLocal As Boolean 
    Get 
    Set
'用途
Dim instance As HttpClientConnection100Class 
Dim value As Boolean 

value = instance.BypassProxyOnLocal

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

屬性值

型別:System.Boolean
A Boolean that indicates whether or not to bypass the proxy for local addresses.

實作

IDTSHttpClientConnection100.BypassProxyOnLocal

請參閱

參考

HttpClientConnection100Class 類別

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間