IDTSManagedComponentHost100.HostCleanup Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Performs a host cleanup.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Sub HostCleanup ( _
pWrapper As IDTSManagedComponentWrapper100 _
)
'Usage
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
instance.HostCleanup(pWrapper)
void HostCleanup(
IDTSManagedComponentWrapper100 pWrapper
)
void HostCleanup(
[InAttribute] IDTSManagedComponentWrapper100^ pWrapper
)
abstract HostCleanup :
pWrapper:IDTSManagedComponentWrapper100 -> unit
function HostCleanup(
pWrapper : IDTSManagedComponentWrapper100
)
Parameters
- pWrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The wrapper used.