共用方式為


ForEachLoopClass.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 ForEachLoopClass 
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; false if it ignores the breakpoint.

實作

IDTSBreakpointSite100.SuspendRequired

請參閱

參考

ForEachLoopClass 類別

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間