ConnectionManagerHttpClass 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示连接管理器的 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) |
验证连接并返回表示成功或失败的枚举。 |