Compartilhar via


Método IDTSConnectionManager100.ReleaseConnection

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Frees the connection established during AcquireConnection. Can be called at design time and runtime.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Sub ReleaseConnection ( _
    varConnection As Object _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

IDTSConnectionManager100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper