ODataMessageQuotas.MaxPartsPerBatch 속성
단일 일괄 처리에서 허용하는 최대 최상위 쿼리 작업 및 변경 집합 수를 가져오거나 설정합니다.
네임스페이스: 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
단일 일괄 처리에서 허용하는 최대 최상위 쿼리 작업 및 변경 집합 수입니다.