DataServiceConfiguration.MaxResultsPerCollection-Eigenschaft
Ruft die maximale Anzahl von Elementen in jeder zurückgegebenen Auflistung ab oder legt sie fest.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Property MaxResultsPerCollection As Integer
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Int32
Die maximale Anzahl von Elementen.
Implementiert
IDataServiceConfiguration.MaxResultsPerCollection
Hinweise
Dieser Maximalwert gilt auch für geschachtelte Auflistungen.
Siehe auch
Verweis
DataServiceConfiguration Klasse
System.Data.Services-Namespace