共用方式為


SqlWorkflowInstanceStore.EnqueueRunCommands 屬性

定義

取得或設定值,指出是否將 Run 命令加入佇列。 這個屬性會由 SQL 工作流程執行個體存放區於內部使用,不應用於您的應用程式。

public:
 property bool EnqueueRunCommands { bool get(); void set(bool value); };
public bool EnqueueRunCommands { get; set; }
member this.EnqueueRunCommands : bool with get, set
Public Property EnqueueRunCommands As Boolean

屬性值

Boolean

true 如果已排入佇列執行命令,則為 ;否則為 false

適用於