HostReleaseConnections-Methode

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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

Syntax

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

Implementiert

IDTSManagedComponentHost100. . :: . .HostReleaseConnections(IDTSManagedComponentWrapper100)