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

参数

返回

托管的 ConnectionManager 对象。

属性

适用于