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 ネイティブ オブジェクトです。

属性

適用対象