ScriptTask.ReportBreakpointChanges 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Reports the breakpoint changes from the task.
命名空间: Microsoft.SqlServer.Dts.Tasks.ScriptTask
程序集: Microsoft.SqlServer.ScriptTask(在 Microsoft.SqlServer.ScriptTask.dll 中)
语法
声明
Public Sub ReportBreakpointChanges
用法
Dim instance As ScriptTask
instance.ReportBreakpointChanges()
public void ReportBreakpointChanges()
public:
void ReportBreakpointChanges()
member ReportBreakpointChanges : unit -> unit
public function ReportBreakpointChanges()