DtsConvert.ToConnectionManager90(ConnectionManager) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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 对象。
- 属性