次の方法で共有


SqlWorkflowInstanceStore.EnqueueRunCommands プロパティ

定義

実行コマンドをキューに入れるかどうかを示す値が取得または設定されます。 このプロパティは、SQL Workflow Instance Store によって内部的に使用されるもので、ユーザーのアプリケーションでは使用されません。

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 if the Run commands are enqueued; otherwise, false.

適用対象