언어

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

속성 값

각 배치의 행 수를 나타내는 A Long 입니다.

설명

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

적용 대상