IDataServiceConfiguration.MaxObjectCountOnInsert 속성
단일 요청에 삽입할 수 있는 최대 개체 수를 가져오거나 설정합니다.
네임스페이스: System.Data.Services
어셈블리: Microsoft.Data.Services(Microsoft.Data.Services.dll)
구문
‘선언
Property MaxObjectCountOnInsert As Integer
Get
Set
‘사용 방법
Dim instance As IDataServiceConfiguration
Dim value As Integer
value = instance.MaxObjectCountOnInsert
instance.MaxObjectCountOnInsert = value
int MaxObjectCountOnInsert { get; set; }
property int MaxObjectCountOnInsert {
int get ();
void set (int value);
}
abstract MaxObjectCountOnInsert : int with get, set
function get MaxObjectCountOnInsert () : int
function set MaxObjectCountOnInsert (value : int)
속성 값
유형: System.Int32
단일 요청에 삽입할 수 있는 최대 개체 수를 포함하는 정수 값입니다.