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 native IDTSConnections100 object that corresponds to the specified managed Connections object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Shared Function GetExtendedInterface ( _
connections As Connections _
) As IDTSConnections100
'Usage
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
Parameter
- connections
Typ: Microsoft.SqlServer.Dts.Runtime.Connections
A managed Connections object.
Rückgabewert
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
The native IDTSConnections100 object that corresponds to the specified managed Connections object.
Hinweise
Use the DtsConvert.GetExtendedInterface(Connections) method instead of the obsolete ToConnections90 method.