语言

ConnectionManagerHttp 接口

定义

有关详细信息,请参阅 ConnectionManagerHttpClass

public interface class ConnectionManagerHttp : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHttpClass))]
[System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")]
public interface ConnectionManagerHttp : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHttpClass))]
[System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")]
public interface ConnectionManagerHttp : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHttpClass))]
[System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")]
public interface ConnectionManagerHttp : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHttpClass))>]
[<System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")>]
type ConnectionManagerHttp = interface
    interface IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHttpClass))>]
[<System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")>]
type ConnectionManagerHttp = interface
    interface IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHttpClass))>]
[<System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")>]
type ConnectionManagerHttp = interface
    interface IDTSConnectionManager100
Public Interface ConnectionManagerHttp
Implements IDTSConnectionManager100
派生
属性
实现

属性

名称 说明
ConnectionString

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

(继承自 IDTSConnectionManager100)
ProtectionLevel

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

(继承自 IDTSConnectionManager100)
Scope

它获得了连接管理器的范围。

(继承自 IDTSConnectionManager100)
SupportsDTCTransactions

获得一个布尔值,指示连接是否支持 Microsoft 分布式事务处理协调器(MS DTC)事务。

(继承自 IDTSConnectionManager100)

方法

名称 说明
AcquireConnection(Object)

创建连接类型的实例。

(继承自 IDTSConnectionManager100)
ReleaseConnection(Object)

释放在 期间 AcquireConnection(Object)建立的连接。 可以在设计时和运行时调用。

(继承自 IDTSConnectionManager100)
SetQualifier(String)

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

(继承自 IDTSConnectionManager100)
Validate(IDTSInfoEvents100)

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

(继承自 IDTSConnectionManager100)

适用于