Поделиться через


DtsConvert.ToConnectionManager(IDTSConnectionManager100) Метод

Определение

Внимание!

The ToXXXX() methods have been replaced with the GetWrapper() method.

Устаревший член; GetWrapper(IDTSConnectionManager100) используйте вместо этого метод. Преобразует собственный IDTSConnectionManager100 объект в управляемый ConnectionManager объект.

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

Параметры

connMgr
IDTSConnectionManager100

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

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

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

Атрибуты

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