DtsConvert.ToConnectionManager90(ConnectionManager) Метод

Определение

Внимание!

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

Устаревший член; GetExtendedInterface(ConnectionManager) вместо этого используйте метод. Преобразует управляемый ConnectionManager объект в собственный 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

Параметры

connMgr
ConnectionManager

Управляемый объект ConnectionManager.

Возвращаемое значение

Собственный объект IDTSConnectionManager100.

Атрибуты

Применяется к