Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the managed Connections object that corresponds to the specified native IDTSConnections100 object.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Shared Function GetWrapper ( _
connections As IDTSConnections100 _
) As Connections
'Utilisation
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
Paramètres
- connections
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
A native IDTSConnections100 object.
Valeur de retour
Type : Microsoft.SqlServer.Dts.Runtime.Connections
The managed Connections object that corresponds to the specified native IDTSConnections100 object.
Notes
Use the DtsConvert.GetWrapper(IDTSConnections100) method instead of the obsolete ToConnections method.