다음을 통해 공유


IDataServiceConfiguration.MaxObjectCountOnInsert 속성

정의

단일 요청에 삽입할 수 있는 최대 개체 수를 가져오거나 설정합니다.

public:
 property int MaxObjectCountOnInsert { int get(); void set(int value); };
public int MaxObjectCountOnInsert { get; set; }
member this.MaxObjectCountOnInsert : int with get, set
Public Property MaxObjectCountOnInsert As Integer

속성 값

단일 요청에 삽입할 수 있는 최대 개체 수를 포함하는 정수 값입니다.

적용 대상