ConnectionManagerHttpClass 类

定义

表示连接管理器 http 类。

public ref class ConnectionManagerHttpClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerHttp, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerHttp100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("000F5808-2DBF-4AEE-A68A-95855235535D")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerHttpClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHttp, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerHttp100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("4B389077-E0B5-458F-BD63-5A6312121584")]
public class ConnectionManagerHttpClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHttp, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerHttp100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("38CA1B3F-D649-4BC8-90E0-F515A2A2E744")]
public class ConnectionManagerHttpClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHttp, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerHttp100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("000F5808-2DBF-4AEE-A68A-95855235535D")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerHttpClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerHttp
    interface IDTSConnectionManagerHttp100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("4B389077-E0B5-458F-BD63-5A6312121584")>]
type ConnectionManagerHttpClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerHttp
    interface IDTSConnectionManagerHttp100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("38CA1B3F-D649-4BC8-90E0-F515A2A2E744")>]
type ConnectionManagerHttpClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerHttp
    interface IDTSConnectionManagerHttp100
Public Class ConnectionManagerHttpClass
Implements ConnectionManagerHttp, IDTSConnectionManagerHttp100
继承
ConnectionManagerHttpClass
属性
实现

注解

有关详细信息,请参阅 ConnectionManager

构造函数

ConnectionManagerHttpClass()

初始化 ConnectionManagerHttpClass 类的新实例。

属性

BypassProxyOnLocal

获取或设置一个值,该值指示是否跳过代理服务器而使用本地地址。

Certificate

获取或设置用于连接的证书。

CertificateIdentifier

获取或设置证书标识符。

ChunkSize

获取或设置一个值,该值指示在读/写操作期间要从服务器检索或向服务器发送的最小字节数。

ConnectionString

获取或设置用于与数据源建立连接的连接字符串。

ProtectionLevel

获取或设置对包中包含的敏感数据执行的加密级别。

ProxyBypassList

获取或设置不使用代理服务器的地址。

ProxyDomain

获取或设置用于登录到代理的域设置。

ProxyPassword

设置用于登录到代理的密码。

ProxyURL

获取或设置指定连接位置的 URL。

ProxyUserName

获取或设置登录到代理时使用的用户名。

Scope

获取或设置连接的作用域。

ServerDomain

获取或设置用于登录到服务器的域。

ServerPassword

设置用于登录到服务器的密码。

ServerURL

获取或设置连接的服务器 URL。

ServerUserName

获取或设置用于登录到服务器的用户名。

SupportsDTCTransactions

获取一个值,该值指示连接是否支持 DTC 事务。

Timeout

获取或设置连接超时。

UseProxy

获取或设置一个值,该值指示连接是否对请求使用代理。

UseProxyCredentials

获取或设置一个值,该值指示连接是否使用代理凭据。

UseSecureConnection

获取或设置一个值,该值指示是否使用安全连接。

UseServerCredentials

获取或设置一个布尔值,该值指示连接是否使用网络凭据。

方法

AcquireConnection(Object)

创建连接类型的实例。

ReleaseConnection(Object)

释放在 AcquireConnection(Object) 期间内建立的连接。

SetQualifier(String)

在创建连接管理器之后但尚未在运行的包中使用它之前,更改连接管理器上的限定符。

Validate(IDTSInfoEvents100)

验证连接并返回一个指示成功或失败的枚举。

适用于