DtsConvert.GetExtendedInterface 方法 (Connections)

Gets the native IDTSConnections100 object that corresponds to the specified managed Connections object.

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

语法

声明
Public Shared Function GetExtendedInterface ( _
    connections As Connections _
) As IDTSConnections100
用法
Dim connections As Connections 
Dim returnValue As IDTSConnections100 

returnValue = DtsConvert.GetExtendedInterface(connections)
public static IDTSConnections100 GetExtendedInterface(
    Connections connections
)
public:
static IDTSConnections100^ GetExtendedInterface(
    Connections^ connections
)
static member GetExtendedInterface : 
        connections:Connections -> IDTSConnections100
public static function GetExtendedInterface(
    connections : Connections
) : IDTSConnections100

参数

返回值

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

注释

Use the DtsConvert.GetExtendedInterface(Connections) method instead of the obsolete ToConnections90 method.

请参阅

参考

DtsConvert 类

GetExtendedInterface 重载

Microsoft.SqlServer.Dts.Runtime 命名空间