DataServiceConfiguration.MaxExpandDepth プロパティ
単一の要求の $expand パスに含めることのできる関連エンティティの最大数を取得または設定します。
名前空間: System.Data.Services
アセンブリ: Microsoft.Data.Services (Microsoft.Data.Services.dll)
構文
'宣言
Public Property MaxExpandDepth As Integer
Get
Set
'使用
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)
プロパティ値
型: System.Int32
$expand パスの最大深度。
実装
IDataServiceConfiguration.MaxExpandDepth