DtsConvert.ToConnectionManager(IDTSConnectionManager100) 方法

定義

警告

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

參數

傳回

ConnectionManager

Managed ConnectionManager 物件。

屬性

適用於