Udostępnij za pośrednictwem


Metoda DtsConvert.ToConnectionManager90

Uwaga: ten interfejs API jest już nieaktualny.

*** Członkowskich przestarzałe; Użyj GetExtendedInterface(ConnectionManager) metoda zamiast. *** Konwertuje zarządzanych ConnectionManager obiektu macierzystego IDTSConnectionManager100 obiektu.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime
Zestaw:  Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)

Składnia

'Deklaracja
<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")> _
Public Shared Function ToConnectionManager90 ( _
    connMgr As ConnectionManager _
) As IDTSConnectionManager100
'Użycie
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

Parametry