Go to the source code of this file.
|  | 
| const short | CopyDefinitionAndData = 0 | 
|  | specifies that the wizard should copy the source table to the target database, by creating a new table and copying all data. 
 | 
| const short | CopyDefinitionOnly = 1 | 
|  | specifies that the wizard should copy the source table to the target database, by only creating a new table with the same structure as the source table. 
 | 
| const short | CreateAsView = 2 | 
|  | specifies the wizard should create the source table as view 
 | 
| const short | AppendData = 3 | 
|  | specifies the wizard should append the source table's data to an existing table in the target database. 
 |