IDTSManagedComponentHost100.HostReleaseConnections Method

Definition

Releases the host connection.

public:
 void HostReleaseConnections(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper);
public void HostReleaseConnections (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper);
abstract member HostReleaseConnections : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 -> unit
Public Sub HostReleaseConnections (pWrapper As IDTSManagedComponentWrapper100)

Parameters

pWrapper
IDTSManagedComponentWrapper100

The wrapper used.

Applies to