Freigeben über


HostReleaseConnections-Methode

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Sub HostReleaseConnections ( _
    pWrapper As IDTSManagedComponentWrapper100 _
)
'Usage
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
)