Поделиться через


Свойство HttpClientConnection100Class.UseProxy

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets or sets a Boolean that indicates whether or not the connection will use a proxy.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Public Overridable Property UseProxy As Boolean 
    Get 
    Set
'Применение
Dim instance As HttpClientConnection100Class 
Dim value As Boolean 

value = instance.UseProxy

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

Значение свойства

Тип: System.Boolean
A Boolean that indicates if the connection will use a proxy. A value of true indicates that the connection will use a proxy. A value of false indicates that the connection will not use a proxy.

Реализует

IDTSHttpClientConnection100.UseProxy

См. также

Справочник

HttpClientConnection100Class Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper