Share via


ScriptTask.ReportBreakpointChanges Method

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

Reports the breakpoint changes from the task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly:  Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)

Syntax

'Declaration
Public Sub ReportBreakpointChanges
'Usage
Dim instance As ScriptTask

instance.ReportBreakpointChanges()
public void ReportBreakpointChanges()
public:
void ReportBreakpointChanges()
member ReportBreakpointChanges : unit -> unit
public function ReportBreakpointChanges()

See Also

Reference

ScriptTask Class

Microsoft.SqlServer.Dts.Tasks.ScriptTask Namespace