DtsConvert.ToConnectionManager(IDTSConnectionManager100) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 マネージド オブジェクトです。
- 属性