VstaHelper.StopDebugging Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Stops the project debugging.
Namespace: Microsoft.SqlServer.IntegrationServices.VSTA
Assembly: Microsoft.SqlServer.IntegrationServices.VSTA (in Microsoft.SqlServer.IntegrationServices.VSTA.dll)
Syntax
'Declaration
Public Sub StopDebugging
'Usage
Dim instance As VstaHelper
instance.StopDebugging()
public void StopDebugging()
public:
virtual void StopDebugging() sealed
abstract StopDebugging : unit -> unit
override StopDebugging : unit -> unit
public final function StopDebugging()