ScriptTask::Breakpoints Property

 

Gets an array of breakpoints set on this task.

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

public:
[BrowsableAttribute(false)]
property ArrayList^ Breakpoints {
	ArrayList^ get();
}

Property Value

Type: System.Collections::ArrayList^

An ArrayList of breakpoints set on this task.

An ArrayList is a more versatile type of collection than a simple array. For more information, see ArrayList Collection Type in the .NET Framework Developer's Guide.

Return to top
Show: