Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the managed Connections object that corresponds to the specified native IDTSConnections100 object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Shared Function GetWrapper ( _
connections As IDTSConnections100 _
) As Connections
'Usage
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
Parameter
- connections
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
A native IDTSConnections100 object.
Rückgabewert
Typ: Microsoft.SqlServer.Dts.Runtime.Connections
The managed Connections object that corresponds to the specified native IDTSConnections100 object.
Hinweise
Use the DtsConvert.GetWrapper(IDTSConnections100) method instead of the obsolete ToConnections method.