IDTSConnectionManager100 接口

此 API 支持 基础结构,但不能通过代码直接使用。

For more information, see ConnectionManager.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("E6E46B7A-6424-41C2-B658-387221DB74ED")> _
Public Interface IDTSConnectionManager100
用法
Dim instance As IDTSConnectionManager100
[GuidAttribute("E6E46B7A-6424-41C2-B658-387221DB74ED")]
public interface IDTSConnectionManager100
[GuidAttribute(L"E6E46B7A-6424-41C2-B658-387221DB74ED")]
public interface class IDTSConnectionManager100
[<GuidAttribute("E6E46B7A-6424-41C2-B658-387221DB74ED")>]
type IDTSConnectionManager100 =  interface end
public interface IDTSConnectionManager100

IDTSConnectionManager100 类型公开以下成员。

属性

  名称 说明
公共属性 ConnectionString 基础结构。For more information, see ConnectionManager.
公共属性 ProtectionLevel 基础结构。For more information, see ConnectionManager.
公共属性 SupportsDTCTransactions 基础结构。For more information, see ConnectionManager.

页首

方法

  名称 说明
公共方法 AcquireConnection 基础结构。For more information, see ConnectionManager.
公共方法 ReleaseConnection 基础结构。For more information, see ConnectionManager.
公共方法 SetQualifier 基础结构。For more information, see ConnectionManager.
公共方法 Validate 基础结构。For more information, see ConnectionManager.

页首