Свойство SuspendRequired
Gets or sets a Boolean indicating whether the task should suspend when it encounters a breakpoint. This value is set by the run-time engine for the task or container when a breakpoint is encountered.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Сборка: Microsoft.SqlServer.TransferStoredProceduresTask (в Microsoft.SqlServer.TransferStoredProceduresTask.dll)
Синтаксис
'Декларация
Public Property SuspendRequired As Boolean
Get
Set
'Применение
Dim instance As TransferStoredProceduresTask
Dim value As Boolean
value = instance.SuspendRequired
instance.SuspendRequired = value
public bool SuspendRequired { get; set; }
public:
virtual property bool SuspendRequired {
bool get () sealed;
void set (bool value) sealed;
}
abstract SuspendRequired : bool with get, set
override SuspendRequired : bool with get, set
final function get SuspendRequired () : boolean
final function set SuspendRequired (value : boolean)
Значение свойства
Тип System. . :: . .Boolean
true if the task suspends; false if the task can ignore the breakpoint.