言語

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

属性

適用対象