Propriété DataServiceConfiguration.MaxExpandDepth
Obtient ou définit le nombre maximal d'entités associées qui peuvent être incluses dans un chemin d'accès $expand dans une requête unique.
Espace de noms : System.Data.Services
Assembly : Microsoft.Data.Services (en Microsoft.Data.Services.dll)
Syntaxe
'Déclaration
Public Property MaxExpandDepth As Integer
Get
Set
'Utilisation
Dim instance As DataServiceConfiguration
Dim value As Integer
value = instance.MaxExpandDepth
instance.MaxExpandDepth = value
public int MaxExpandDepth { get; set; }
public:
virtual property int MaxExpandDepth {
int get () sealed;
void set (int value) sealed;
}
abstract MaxExpandDepth : int with get, set
override MaxExpandDepth : int with get, set
final function get MaxExpandDepth () : int
final function set MaxExpandDepth (value : int)
Valeur de propriété
Type : System.Int32
Profondeur maximale d'un chemin d'accès $expand.
Implémente
IDataServiceConfiguration.MaxExpandDepth
Voir aussi
Référence
DataServiceConfiguration Classe
Espace de noms System.Data.Services