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 native IDTSConnections100 object that corresponds to the specified managed Connections object.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Shared Function GetExtendedInterface ( _
connections As Connections _
) As IDTSConnections100
'Utilisation
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
Paramètres
- connections
Type : Microsoft.SqlServer.Dts.Runtime.Connections
A managed Connections object.
Valeur de retour
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
The native IDTSConnections100 object that corresponds to the specified managed Connections object.
Notes
Use the DtsConvert.GetExtendedInterface(Connections) method instead of the obsolete ToConnections90 method.