IDataServiceConfiguration.MaxResultsPerCollection 속성
컬렉션당 최대 결과 수를 가져옵니다.
네임스페이스: System.Data.Services
어셈블리: Microsoft.Data.Services(Microsoft.Data.Services.dll)
구문
‘선언
Property MaxResultsPerCollection As Integer
Get
Set
‘사용 방법
Dim instance As IDataServiceConfiguration
Dim value As Integer
value = instance.MaxResultsPerCollection
instance.MaxResultsPerCollection = value
int MaxResultsPerCollection { get; set; }
property int MaxResultsPerCollection {
int get ();
void set (int value);
}
abstract MaxResultsPerCollection : int with get, set
function get MaxResultsPerCollection () : int
function set MaxResultsPerCollection (value : int)
속성 값
유형: System.Int32
컬렉션당 최대 결과 수를 나타내는 정수 값입니다.