Свойство EventHandlerClass.SuspendRequired
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public Overridable Property SuspendRequired As Boolean
Get
Set
'Применение
Dim instance As EventHandlerClass
Dim value As Boolean
value = instance.SuspendRequired
instance.SuspendRequired = value
public virtual bool SuspendRequired { get; set; }
public:
virtual property bool SuspendRequired {
bool get ();
void set (bool value);
}
abstract SuspendRequired : bool with get, set
override SuspendRequired : bool with get, set
function get SuspendRequired () : boolean
function set SuspendRequired (value : boolean)
Значение свойства
Тип: System.Boolean
true if the task suspends when it encounters a breakpoint; otherwise, false.
Реализует
IDTSBreakpointSite100.SuspendRequired