DtsConvert.GetExtendedInterface 方法 (ConnectionManager)

Gets the native IDTSConnectionManager100 object that corresponds to the specified managed ConnectionManager object.

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

语法

声明
Public Shared Function GetExtendedInterface ( _
    connMgr As ConnectionManager _
) As IDTSConnectionManager100
用法
Dim connMgr As ConnectionManager 
Dim returnValue As IDTSConnectionManager100 

returnValue = DtsConvert.GetExtendedInterface(connMgr)
public static IDTSConnectionManager100 GetExtendedInterface(
    ConnectionManager connMgr
)
public:
static IDTSConnectionManager100^ GetExtendedInterface(
    ConnectionManager^ connMgr
)
static member GetExtendedInterface : 
        connMgr:ConnectionManager -> IDTSConnectionManager100
public static function GetExtendedInterface(
    connMgr : ConnectionManager
) : IDTSConnectionManager100

参数

返回值

类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
The native IDTSConnectionManager100 object that corresponds to the specified managed ConnectionManager object.

注释

Use the DtsConvert.GetExtendedInterface(ConnectionManager) method instead of the obsolete ToConnectionManager90 method.

请参阅

参考

DtsConvert 类

GetExtendedInterface 重载

Microsoft.SqlServer.Dts.Runtime 命名空间