다음을 통해 공유


SqlWorkflowInstanceStore.EnqueueRunCommands 속성

정의

실행 명령이 큐에 삽입되는지 여부를 나타내는 값을 가져오거나 설정합니다. 이 속성은 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

적용 대상