VstaHelper.CleanUp Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Cleans up the data cache used by the last build process.

Namespace:  Microsoft.SqlServer.IntegrationServices.VSTA
Assembly:  Microsoft.SqlServer.IntegrationServices.VSTA (in Microsoft.SqlServer.IntegrationServices.VSTA.dll)

Syntax

'Declaration
Public Sub CleanUp
'Usage
Dim instance As VstaHelper

instance.CleanUp()
public void CleanUp()
public:
virtual void CleanUp() sealed
abstract CleanUp : unit -> unit  
override CleanUp : unit -> unit
public final function CleanUp()

See Also

Reference

VstaHelper Class

Microsoft.SqlServer.IntegrationServices.VSTA Namespace