다음을 통해 공유


DataServiceConfiguration.MaxExpandCount 속성

$expand 연산자를 사용하여 단일 요청에 포함할 수 있는 최대 관련 엔터티 수를 가져오거나 설정합니다.

네임스페이스:  System.Data.Services
어셈블리:  Microsoft.Data.Services(Microsoft.Data.Services.dll)

구문

‘선언
Public Property MaxExpandCount As Integer
    Get
    Set
‘사용 방법
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)

속성 값

유형: System.Int32
최대 관련 엔터티 수입니다.

구현

IDataServiceConfiguration.MaxExpandCount

참고 항목

참조

DataServiceConfiguration 클래스

System.Data.Services 네임스페이스

관련 자료

데이터 서비스 구성(WCF Data Services)