C# 클래스 FdoToolbox.Core.ETL.Operations.BatchInsertEventArgs

Batch insertion event information
상속: System.EventArgs
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 프로퍼티들

프로퍼티 타입 설명
BatchSize int

공개 메소드들

메소드 설명
BatchInsertEventArgs ( int size ) : System

Initializes a new instance of the BatchInsertEventArgs class.

메소드 상세

BatchInsertEventArgs() 공개 메소드

Initializes a new instance of the BatchInsertEventArgs class.
public BatchInsertEventArgs ( int size ) : System
size int The size.
리턴 System

프로퍼티 상세

BatchSize 공개적으로 프로퍼티

The size of the batch that was inserted
public int BatchSize
리턴 int