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 マネージド オブジェクトです。

属性

適用対象