Freigeben über


IDataServiceConfiguration.MaxResultsPerCollection-Eigenschaft

Ruft die maximale Anzahl von Ergebnissen pro Auflistung ab.

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Property MaxResultsPerCollection As Integer
    Get
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Int32
Der ganzzahlige Wert, der die maximale Anzahl von Ergebnissen pro Auflistung angibt.

Siehe auch

Verweis

IDataServiceConfiguration Schnittstelle

System.Data.Services-Namespace