ConnectionManagerOdbc 接口

定义

public interface class ConnectionManagerOdbc : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.ConnectionManagerOdbcClass))]
[System.Runtime.InteropServices.Guid("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")]
public interface ConnectionManagerOdbc : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.ConnectionManagerOdbcClass))>]
[<System.Runtime.InteropServices.Guid("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")>]
type ConnectionManagerOdbc = interface
    interface IDTSConnectionManager100
Public Interface ConnectionManagerOdbc
Implements IDTSConnectionManager100
派生
属性
实现

属性

ConnectionString (继承自 IDTSConnectionManager100)
ProtectionLevel (继承自 IDTSConnectionManager100)
Scope (继承自 IDTSConnectionManager100)
SupportsDTCTransactions (继承自 IDTSConnectionManager100)

方法

AcquireConnection(Object) (继承自 IDTSConnectionManager100)
ReleaseConnection(Object) (继承自 IDTSConnectionManager100)
SetQualifier(String) (继承自 IDTSConnectionManager100)
Validate(IDTSInfoEvents100) (继承自 IDTSConnectionManager100)

适用于