言語

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

属性

適用対象