| Name | Description | |
|---|---|---|
| AddColumn | Add a column to a table in the current database. | |
| AddIndex | Add an index. | |
| AddRelationship | Add a relationship in the current database. | |
| AddTable | Create a DDL statement to add a table. | |
| AlterColumnWithData | Alter a column in a table that may already contain data in the current database. | |
| DatabaseCompact | Compact the Current Database. | |
| DatabaseCopy | Make a copy of the Current Database. | |
| DatabaseDrop | Drop a database. | |
| DatabasePermissionsReset | Reset permissions on the specified database. | |
| DatabasePermissionsUpdate | Update permissions on the specified database. | |
| DdlAddColumn | Create a DDL statement to add a column to a table. | |
| DdlAddIndex | Create a DDL statement to add an index. | |
| DdlAddRelationship | Create a DDL statement to add a relationship. | |
| DdlAddTable | Create a DDL statement to add a table. | |
| DdlAlterColumn | Create a DDL statement to alter a Column. | |
| DdlDropColumn | Drop a column from a table. | |
| DdlDropIndex | Drop an index. | |
| DdlDropPrimaryKey | Creates a DDL statement to drop a primary key constraint from a table. | |
| DdlDropRelationship | Creates a DDL statement to drop a relationship constraint from a table. | |
| DdlDropTable | Create a DDL statement to drop a table. | |
| DdlPermissionGrant | Create a DDL statement to grant permission to a table. | |
| DdlPermissionRevoke | Create a DDL statement to revoke permission to a table. | |
| DdlReseedIdentityColumn | Create a DDL statement to reseed an Identity Column. | |
| DdlSetPrimaryKey | Create a DDL statement to add a primary key constraint to a table. | |
| DropColumn | Drop a Column. | |
| DropExtendedIndexes | Drop Extended Indexes. | |
| DropIndex | Drop an index. | |
| DropPrimaryKey | Drop the Primary Key Constraint. | |
| DropRelationship | Drop a Relationship. | |
| DropTable | Drop a Table. | |
| GenerateExtendedIndexes | Generate Extended indexes. | |
| RenameColumn | ||
| ReseedIdentityColumn | Reseeds the Identity Column. Note, the table must be empty. | |
| SetPrimaryKey | Add a primary key constraint to a table. |