ProcessRequestArgs.IsBatchOperation 屬性
取得布林值,表示資料服務 HTTP 要求是否為批次作業。
命名空間: System.Data.Services
組件: Microsoft.Data.Services (在 Microsoft.Data.Services.dll 中)
語法
'宣告
Public ReadOnly Property IsBatchOperation As Boolean
Get
'用途
Dim instance As ProcessRequestArgs
Dim value As Boolean
value = instance.IsBatchOperation
public bool IsBatchOperation { get; }
public:
property bool IsBatchOperation {
bool get ();
}
member IsBatchOperation : bool
function get IsBatchOperation () : boolean
屬性值
型別:System.Boolean
布林值,表示資料服務 HTTP 要求是否為批次作業。