共用方式為


ToConnectionManager90 方法

注意:此 API 已經過時。

*** Member obsolete; use the GetExtendedInterface(ConnectionManager) method instead. *** Converts a managed ConnectionManager object to a native IDTSConnectionManager100 object.

命名空間:  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