1 つのバッチで許可される最上位レベルのクエリ操作と変更セットの最大数を取得または設定します。
名前空間: Microsoft.Data.OData
アセンブリ: Microsoft.Data.OData (Microsoft.Data.OData.dll)
構文
'宣言
Public Property MaxPartsPerBatch As Integer
Get
Set
'使用
Dim instance As ODataMessageQuotas
Dim value As Integer
value = instance.MaxPartsPerBatch
instance.MaxPartsPerBatch = value
public int MaxPartsPerBatch { get; set; }
public:
property int MaxPartsPerBatch {
int get ();
void set (int value);
}
member MaxPartsPerBatch : int with get, set
function get MaxPartsPerBatch () : int
function set MaxPartsPerBatch (value : int)
プロパティ値
型: System.Int32
1 つのバッチで許可される最上位レベルのクエリ操作と変更セットの最大数。