Proprietà IDataServiceConfiguration.MaxResultsPerCollection
Ottiene il numero massimo di risultati per raccolta.
Spazio dei nomi System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Property MaxResultsPerCollection As Integer
Get
Set
'Utilizzo
Dim instance As IDataServiceConfiguration
Dim value As Integer
value = instance.MaxResultsPerCollection
instance.MaxResultsPerCollection = value
int MaxResultsPerCollection { get; set; }
property int MaxResultsPerCollection {
int get ();
void set (int value);
}
abstract MaxResultsPerCollection : int with get, set
function get MaxResultsPerCollection () : int
function set MaxResultsPerCollection (value : int)
Valore proprietà
Tipo: System.Int32
Il valore intero che indica il numero massimo di risultati per raccolta.