Partager via


Propriété IDataServiceConfiguration.MaxResultsPerCollection

Obtient le nombre maximal de résultats par collection.

Espace de noms :  System.Data.Services
Assembly :  Microsoft.Data.Services (en Microsoft.Data.Services.dll)

Syntaxe

'Déclaration
Property MaxResultsPerCollection As Integer
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Int32
Valeur entière qui indique le nombre maximal de résultats par collection.

Voir aussi

Référence

IDataServiceConfiguration Interface

Espace de noms System.Data.Services