IDTSManagedComponentHost100.HostReleaseConnections Method
This API supports the infrastructure and is not intended to be used directly from your code.
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
)