Propriété DataServiceConfiguration.MaxResultsPerCollection
Obtient ou définit le nombre maximal d'éléments dans chaque collection retournée.
Espace de noms : System.Data.Services
Assembly : Microsoft.Data.Services (en Microsoft.Data.Services.dll)
Syntaxe
'Déclaration
Public Property MaxResultsPerCollection As Integer
Get
Set
'Utilisation
Dim instance As DataServiceConfiguration
Dim value As Integer
value = instance.MaxResultsPerCollection
instance.MaxResultsPerCollection = value
public int MaxResultsPerCollection { get; set; }
public:
virtual property int MaxResultsPerCollection {
int get () sealed;
void set (int value) sealed;
}
abstract MaxResultsPerCollection : int with get, set
override MaxResultsPerCollection : int with get, set
final function get MaxResultsPerCollection () : int
final function set MaxResultsPerCollection (value : int)
Valeur de propriété
Type : System.Int32
Nombre maximal d'éléments.
Implémente
IDataServiceConfiguration.MaxResultsPerCollection
Notes
Cette valeur maximale s'applique également aux collections imbriquées.
Voir aussi
Référence
DataServiceConfiguration Classe
Espace de noms System.Data.Services