DataServiceConfiguration.MaxExpandCount-Eigenschaft
Ruft die maximale Anzahl von verknüpften Entitäten, die mit dem $expand-Operator in einer einzelnen Anforderung enthalten sein können, ab oder legt sie fest.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Property MaxExpandCount As Integer
Get
Set
'Usage
Dim instance As DataServiceConfiguration
Dim value As Integer
value = instance.MaxExpandCount
instance.MaxExpandCount = value
public int MaxExpandCount { get; set; }
public:
virtual property int MaxExpandCount {
int get () sealed;
void set (int value) sealed;
}
abstract MaxExpandCount : int with get, set
override MaxExpandCount : int with get, set
final function get MaxExpandCount () : int
final function set MaxExpandCount (value : int)
Eigenschaftswert
Typ: System.Int32
Die maximale Anzahl von verknüpften Entitäten.
Implementiert
IDataServiceConfiguration.MaxExpandCount
Siehe auch
Verweis
DataServiceConfiguration Klasse
System.Data.Services-Namespace