EntityStagingLoadRequest.QueueForProcessing 屬性

定義

規定在此載入期間建立的暫存批次是否應被設定為排隊處理。

public:
 property bool QueueForProcessing { bool get(); void set(bool value); };
[System.ServiceModel.MessageBodyMember]
public bool QueueForProcessing { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.QueueForProcessing : bool with get, set
Public Property QueueForProcessing As Boolean

屬性值

true(預設值)將批次狀態設為 QueuedToRun。
假的將批次狀態設為 NotRunning。 批次不會被放入處理佇列。
屬性

適用於