共用方式為


ProcessRequestArgs.IsBatchOperation 屬性

定義

取得布林值 (Boolean),這個值指出送至資料服務的 HTTP 要求是否為批次作業。

public:
 property bool IsBatchOperation { bool get(); };
public bool IsBatchOperation { get; }
member this.IsBatchOperation : bool
Public ReadOnly Property IsBatchOperation As Boolean

屬性值

布林值,指出送至資料服務的 HTTP 要求是否為批次作業。

適用於