Поделиться через


Свойство ScriptTask.Breakpoints

Gets 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.

См. также

Справочник

ScriptTask Класс

Пространство имен Microsoft.SqlServer.Dts.Tasks.ScriptTask