共用方式為


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.

實作

IDTSSuspend.SuspendRequired

請參閱

參考

ExpressionTask 類別

Microsoft.SqlServer.Dts.Tasks.ExpressionTask 命名空間