DtsConvert.ToConnectionManager90(ConnectionManager) Método

Definição

Cuidado

The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.

Membro obsoleto; em vez disso, use o GetExtendedInterface(ConnectionManager) método. Converte um objeto gerenciado ConnectionManager em um objeto nativo IDTSConnectionManager100 .

public:
 static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100 ^ ToConnectionManager90(Microsoft::SqlServer::Dts::Runtime::ConnectionManager ^ connMgr);
[System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100 ToConnectionManager90 (Microsoft.SqlServer.Dts.Runtime.ConnectionManager connMgr);
[<System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToConnectionManager90 : Microsoft.SqlServer.Dts.Runtime.ConnectionManager -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
Public Shared Function ToConnectionManager90 (connMgr As ConnectionManager) As IDTSConnectionManager100

Parâmetros

connMgr
ConnectionManager

O objeto ConnectionManager gerenciado.

Retornos

Um objeto IDTSConnectionManager100 nativo.

Atributos

Aplica-se a