データ サービスに対する 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 要求がバッチ処理かどうかを示すブール値。