IDTSBreakpointSite100.SuspendRequired 屬性

定義

取得或設定一個布林值,指示任務在遇到斷點時是否應該暫停。 這個值由執行引擎在遇到斷點時為任務和容器設定。

public:
 property bool SuspendRequired { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2)]
public bool SuspendRequired { [System.Runtime.InteropServices.DispId(2)] get; [System.Runtime.InteropServices.DispId(2)] set; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
[<set: System.Runtime.InteropServices.DispId(2)>]
member this.SuspendRequired : bool with get, set
Public Property SuspendRequired As Boolean

屬性值

若任務在遇到斷點時會暫停,則為真;否則,則為錯誤。

實作

屬性

適用於