Condividi tramite


Proprietà DataServiceConfiguration.MaxExpandCount

Ottiene o imposta il numero massimo di entità correlate che possono essere incluse in un'unica richiesta tramite l'operatore $expand.

Spazio dei nomi  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Public Property MaxExpandCount As Integer
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Int32
Numero massimo di entità correlate.

Implementa

IDataServiceConfiguration.MaxExpandCount

Vedere anche

Riferimento

DataServiceConfiguration Classe

Spazio dei nomi System.Data.Services

Altre risorse

Configurazione del servizio dati (WCF Data Services)