Udostępnij za pośrednictwem


Metoda ManagedWrapper.ReleaseConnection

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

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

Składnia

'Deklaracja
Public Sub ReleaseConnection ( _
    connection As Object _
)
'Użycie
Dim instance As ManagedWrapper
Dim connection As Object

instance.ReleaseConnection(connection)
public void ReleaseConnection(
    Object connection
)
public:
virtual void ReleaseConnection(
    Object^ connection
) sealed
abstract ReleaseConnection : 
        connection:Object -> unit 
override ReleaseConnection : 
        connection:Object -> unit 
public final function ReleaseConnection(
    connection : Object
)

Parametry

Implementacje

IDTSConnectionManager100.ReleaseConnection(Object)