Propriété ODataMessageQuotas.MaxOperationsPerChangeset
Obtient ou définit le nombre maximal d'opérations autorisé dans un même ensemble de modifications.
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Property MaxOperationsPerChangeset As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Int32
Nombre maximal d'opérations autorisé dans un même ensemble de modifications.