DtsConvert.ToConnectionManager90(ConnectionManager) 方法

定义

注意

The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.

成员已过时;请改用该方法 GetExtendedInterface(ConnectionManager) 。 将托管 ConnectionManager 对象转换为本机 IDTSConnectionManager100 对象。

public:
 static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100 ^ ToConnectionManager90(Microsoft::SqlServer::Dts::Runtime::ConnectionManager ^ connMgr);
[System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100 ToConnectionManager90 (Microsoft.SqlServer.Dts.Runtime.ConnectionManager connMgr);
[<System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToConnectionManager90 : Microsoft.SqlServer.Dts.Runtime.ConnectionManager -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
Public Shared Function ToConnectionManager90 (connMgr As ConnectionManager) As IDTSConnectionManager100

参数

connMgr
ConnectionManager

托管的 ConnectionManager 对象。

返回

一个本机 IDTSConnectionManager100 对象。

属性

适用于