Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub HostCleanup ( _
wrapper As IDTSManagedComponentWrapper100 _
)
'Usage
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
instance.HostCleanup(wrapper)
public void HostCleanup(
IDTSManagedComponentWrapper100 wrapper
)
public:
virtual void HostCleanup(
IDTSManagedComponentWrapper100^ wrapper
) sealed
abstract HostCleanup :
wrapper:IDTSManagedComponentWrapper100 -> unit
override HostCleanup :
wrapper:IDTSManagedComponentWrapper100 -> unit
public final function HostCleanup(
wrapper : IDTSManagedComponentWrapper100
)
Parameters
- wrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
Implements
IDTSManagedComponentHost100.HostCleanup(IDTSManagedComponentWrapper100)