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