This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.SqlServer.
Summary
Gets or sets the new name of the database.
Name of the database where to restore. If this is not specified, database name is taken from the backup file
- Assembly
- Cake
.SqlServer .dll - Namespace
- Cake
.SqlServer - Containing Type
- Restore
Sql Backup Settings
Syntax
public string NewDatabaseName { get; set; }
Value
Type | Description |
---|---|
string | The new name of the database. |