RestoreSqlBackupSettings.

NewDatabaseName Property

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
RestoreSqlBackupSettings

Syntax

public string NewDatabaseName { get; set; }

Value

Type Description
string The new name of the database.