GetWrapper 方法 (IDTSConnections100)

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

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

语法

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

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

返回值

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

注释

Use the DtsConvert..::..GetWrapper(IDTSConnections100) method instead of the obsolete ToConnections method.