C# 클래스 DataTableWriter.DbTableInitializationOptions

Represents a configuration of database table initialization behaviors.
파일 보기 프로젝트 열기: tableau/TabMon 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CreateTableDynamically bool
IndexesToGenerate bool>.IDictionary
PurgeData bool
PurgeDataThreshold int
UpdateDbTableToMatchSchema bool
UpdateIndexes bool
UpdateSchemaToMatchDbTable bool

프로퍼티 상세

CreateTableDynamically 공개적으로 프로퍼티

public bool CreateTableDynamically
리턴 bool

IndexesToGenerate 공개적으로 프로퍼티

public IDictionary IndexesToGenerate
리턴 bool>.IDictionary

PurgeData 공개적으로 프로퍼티

public bool PurgeData
리턴 bool

PurgeDataThreshold 공개적으로 프로퍼티

public int PurgeDataThreshold
리턴 int

UpdateDbTableToMatchSchema 공개적으로 프로퍼티

public bool UpdateDbTableToMatchSchema
리턴 bool

UpdateIndexes 공개적으로 프로퍼티

public bool UpdateIndexes
리턴 bool

UpdateSchemaToMatchDbTable 공개적으로 프로퍼티

public bool UpdateSchemaToMatchDbTable
리턴 bool