Udostępnij przez


DtsConvert.GetExtendedInterface Method (ConnectionManager)

Gets the native IDTSConnectionManager100 object that corresponds to the specified managed ConnectionManager object. This method is not CLS-compliant.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Deklaracja
Public Shared Function GetExtendedInterface ( _
    connMgr As ConnectionManager _
) As IDTSConnectionManager100
public static IDTSConnectionManager100 GetExtendedInterface (
    ConnectionManager connMgr
)
public:
static IDTSConnectionManager100^ GetExtendedInterface (
    ConnectionManager^ connMgr
)
public static IDTSConnectionManager100 GetExtendedInterface (
    ConnectionManager connMgr
)
public static function GetExtendedInterface (
    connMgr : ConnectionManager
) : IDTSConnectionManager100

Parameters

Return Value

The native IDTSConnectionManager100 object that corresponds to the specified managed ConnectionManager object.

Remarks

Use the DtsConvert.GetExtendedInterface(ConnectionManager) method instead of the obsolete ToConnectionManager90 method.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.