ODataMessageQuotas.MaxOperationsPerChangeset 속성
단일 변경 집합에서 허용되는 최대 작업 수를 가져오거나 설정합니다.
네임스페이스: Microsoft.Data.OData
어셈블리: Microsoft.Data.OData(Microsoft.Data.OData.dll)
구문
‘선언
Public Property MaxOperationsPerChangeset As Integer
Get
Set
‘사용 방법
Dim instance As ODataMessageQuotas
Dim value As Integer
value = instance.MaxOperationsPerChangeset
instance.MaxOperationsPerChangeset = value
public int MaxOperationsPerChangeset { get; set; }
public:
property int MaxOperationsPerChangeset {
int get ();
void set (int value);
}
member MaxOperationsPerChangeset : int with get, set
function get MaxOperationsPerChangeset () : int
function set MaxOperationsPerChangeset (value : int)
속성 값
유형: System.Int32
단일 변경 집합에서 허용되는 최대 작업 수입니다.