다음을 통해 공유


IDTSBulkInsertTask.BatchSize 속성

정의

각 일괄 처리의 행 수를 가져오거나 설정합니다.

public:
 property long BatchSize { long get(); void set(long value); };
public long BatchSize { get; set; }
member this.BatchSize : int64 with get, set
Public Property BatchSize As Long

속성 값

각 일괄 처리의 행 수를 나타내는 Long입니다.

설명

자세한 내용은 BulkInsertTask를 참조하세요.

적용 대상