获取或设置单个批处理中允许的顶级查询操作和变更集的最大数量。
命名空间: 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
单个批处理中允许的顶级查询操作和变更集的最大数量。