DtsConvert.ToConnectionManager(IDTSConnectionManager100) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The ToXXXX() methods have been replaced with the GetWrapper() method.
* 成員已過時;請改用 GetWrapper(IDTSConnectionManager100) 方法。 * 將原生 IDTSConnectionManager100 物件轉換成 managed 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 物件。
傳回
Managed ConnectionManager 物件。
- 屬性