ExpressionTask.SuspendRequired 속성
Gets or sets a Boolean that indicates whether 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.Tasks.ExpressionTask
어셈블리: Microsoft.SqlServer.ExpressionTask(Microsoft.SqlServer.ExpressionTask.dll)
구문
‘선언
Public Property SuspendRequired As Boolean
Get
Set
‘사용 방법
Dim instance As ExpressionTask
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 when it encounters a breakpoint; otherwise, false.