Breakpoints 属性

Returns an array of breakpoints set on this task.

命名空间:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
程序集:  Microsoft.SqlServer.ScriptTask(在 Microsoft.SqlServer.ScriptTask.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property Breakpoints As ArrayList
    Get
用法
Dim instance As ScriptTask
Dim value As ArrayList

value = instance.Breakpoints
[BrowsableAttribute(false)]
public ArrayList Breakpoints { get; }
[BrowsableAttribute(false)]
public:
property ArrayList^ Breakpoints {
    ArrayList^ get ();
}
[<BrowsableAttribute(false)>]
member Breakpoints : ArrayList
function get Breakpoints () : ArrayList

属性值

类型: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.