Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Parameters
- connections
Type: Microsoft.SqlServer.Dts.Runtime.Connections
A managed Connections object.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
The native IDTSConnections100 object that corresponds to the specified managed Connections object.
Remarks
Use the DtsConvert.GetExtendedInterface(Connections) method instead of the obsolete ToConnections90 method.