Udostępnij przez


Metoda IDTSManagedComponentHost100.HostReleaseConnections

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

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw:  Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)

Składnia

'Deklaracja
Sub HostReleaseConnections ( _
    pWrapper As IDTSManagedComponentWrapper100 _
)
'Użycie
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100

instance.HostReleaseConnections(pWrapper)
void HostReleaseConnections(
    IDTSManagedComponentWrapper100 pWrapper
)
void HostReleaseConnections(
    [InAttribute] IDTSManagedComponentWrapper100^ pWrapper
)
abstract HostReleaseConnections : 
        pWrapper:IDTSManagedComponentWrapper100 -> unit 
function HostReleaseConnections(
    pWrapper : IDTSManagedComponentWrapper100
)