Metoda IDTSConnectionManager100.ReleaseConnection
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Aby uzyskać więcej informacji, zobacz temat ConnectionManager.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
Sub ReleaseConnection ( _
varConnection As Object _
)
'Użycie
Dim instance As IDTSConnectionManager100
Dim varConnection As Object
instance.ReleaseConnection(varConnection)
void ReleaseConnection(
Object varConnection
)
void ReleaseConnection(
[InAttribute] Object^ varConnection
)
abstract ReleaseConnection :
varConnection:Object -> unit
function ReleaseConnection(
varConnection : Object
)
Parametry
- varConnection
Typ: System.Object
Zobacz także