次の方法で共有


DtsConvert.ToConnectionManager90 メソッド

メモ: この API は、互換性のために残されています。

*** メンバーは互換性のために残されているため、 GetExtendedInterface(ConnectionManager) メソッドを代わりに使用してください。*** ConnectionManager マネージ オブジェクトを IDTSConnectionManager100 ネイティブ オブジェクトに変換します。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")> _
Public Shared Function ToConnectionManager90 ( _
    connMgr As ConnectionManager _
) As IDTSConnectionManager100
'使用
Dim connMgr As ConnectionManager 
Dim returnValue As IDTSConnectionManager100 

returnValue = DtsConvert.ToConnectionManager90(connMgr)
[ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static IDTSConnectionManager100 ToConnectionManager90(
    ConnectionManager connMgr
)
[ObsoleteAttribute(L"The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public:
static IDTSConnectionManager100^ ToConnectionManager90(
    ConnectionManager^ connMgr
)
[<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToConnectionManager90 : 
        connMgr:ConnectionManager -> IDTSConnectionManager100
public static function ToConnectionManager90(
    connMgr : ConnectionManager
) : IDTSConnectionManager100

パラメーター

戻り値

型: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
IDTSConnectionManager100 ネイティブ オブジェクトです。

関連項目

参照

DtsConvert クラス

Microsoft.SqlServer.Dts.Runtime 名前空間