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
單一變更集中允許的最大作業數目。