Class Types
| Class | Summary |
|---|---|
| BackupAliases | Contains functionality to backup and restore SQL Server database |
| Backup |
Settings for backing up database to a file |
| Create |
File Spec object to describe file name and path for creating databases |
| Create |
Settings object for creation of databases See spec from https://docs.microsoft.com/en-us/sql/t-sql/statements/create-database-sql-server-transact-sql#the-model-database-and-creating-new-databases |
| DacAliases | Contains functionality to deal with DAC functionality from SQL Server: create and restore BACPAC files; create and restore DACPAC files |
| DbUserMode | This enum specifies what user mode the database should be in |
| Extract |
Settings for extract dacpac from database |
| LocalDbAliases | |
| LocalDbVersion | Version of LocalDB |
| Publish |
Settings for extract dacpac from database |
| Restore |
Settings for restoring database from a backup file |
| SqlServerAliases |
Contains functionality to deal with SQL Server: DropDatabase, CreateDatabase, execute SQL, execute SQL from files, etc. Provides functionality to manage LocalDb instances: Create, Start, Stop, Delete instances; In order to use the commands for this addin, include the following in your build.cake file to download and reference from NuGet.org:
|
