DtsConvert.ToConnectionManager90 Method (ConnectionManager)

 

Applies To: SQL Server 2016 Preview

Note: This API is now obsolete.

*** Member obsolete; use the GetExtendedInterface(ConnectionManager) method instead. *** Converts a managed ConnectionManager object to a native IDTSConnectionManager100 object.

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

Syntax

[ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static IDTSConnectionManager100 ToConnectionManager90(
    ConnectionManager connMgr
)
public:
[ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
static IDTSConnectionManager100^ ToConnectionManager90(
    ConnectionManager^ connMgr
)
[<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToConnectionManager90 : 
        connMgr:ConnectionManager -> IDTSConnectionManager100
<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>
Public Shared Function ToConnectionManager90 (
    connMgr As ConnectionManager
) As IDTSConnectionManager100

Parameters

Return Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100

A native IDTSConnectionManager100 object.

See Also

DtsConvert Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top