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