ReleaseConnection-Methode
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
For more information, see ConnectionManager.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub ReleaseConnection ( _
varConnection As Object _
)
'Usage
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
)
Parameter
- varConnection
Typ: System. . :: . .Object