메소드 |
설명 |
|
CreateConfigurationTable ( ) : Table |
Creates the configuration table schema. |
|
CreateErrorTable ( Table meta ) : Table |
Creates the error table schema. This is a copy of the meta table, but with an exception column added. |
|
CreateErrorTrackingTable ( ) : Table |
Creates the error tracking table schema. |
|
CreateMainTable ( ) : Table |
Creates the main table schema |
|
CreateMetaDataTable ( ) : Table |
Creates the meta data table schema. |
|
CreateStatusTable ( ) : Table |
|
|
GetOwner ( ) : string |
Gets the schema owner This is always 'dbo' |
|