获取或设置单个变更集中允许的最大操作数。
命名空间: 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
单个变更集中允许的最大操作数。