Metodo ManagedComponentHost.HostReleaseConnections

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Releases the host connection.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Sintassi

'Dichiarazione
Public Sub HostReleaseConnections ( _
    wrapper As IDTSManagedComponentWrapper100 _
)
'Utilizzo
Dim instance As ManagedComponentHost 
Dim wrapper As IDTSManagedComponentWrapper100

instance.HostReleaseConnections(wrapper)
public void HostReleaseConnections(
    IDTSManagedComponentWrapper100 wrapper
)
public:
virtual void HostReleaseConnections(
    IDTSManagedComponentWrapper100^ wrapper
) sealed
abstract HostReleaseConnections : 
        wrapper:IDTSManagedComponentWrapper100 -> unit  
override HostReleaseConnections : 
        wrapper:IDTSManagedComponentWrapper100 -> unit
public final function HostReleaseConnections(
    wrapper : IDTSManagedComponentWrapper100
)

Parametri

Implementa

IDTSManagedComponentHost100.HostReleaseConnections(IDTSManagedComponentWrapper100)

Vedere anche

Riferimento

ManagedComponentHost Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline