Proprietà DataServiceConfiguration.MaxChangesetCount
Ottiene o imposta il numero massimo di modifiche che possono essere incluse in un unico set.
Spazio dei nomi System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Public Property MaxChangesetCount As Integer
Get
Set
'Utilizzo
Dim instance As DataServiceConfiguration
Dim value As Integer
value = instance.MaxChangesetCount
instance.MaxChangesetCount = value
public int MaxChangesetCount { get; set; }
public:
virtual property int MaxChangesetCount {
int get () sealed;
void set (int value) sealed;
}
abstract MaxChangesetCount : int with get, set
override MaxChangesetCount : int with get, set
final function get MaxChangesetCount () : int
final function set MaxChangesetCount (value : int)
Valore proprietà
Tipo: System.Int32
Numero massimo di modifiche consentite.
Implementa
IDataServiceConfiguration.MaxChangesetCount