SqlDeploymentOptions.CreateNewDatabase Property
Get or set boolean that specifies whether the existing database will be dropped and a new database created before proceeding with the actual deployment actions. Acquires single-user mode before dropping the existing database.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property CreateNewDatabase As Boolean
Get
'Usage
Dim instance As SqlDeploymentOptions
Dim value As Boolean
value = instance.CreateNewDatabase
public bool CreateNewDatabase { get; }
public:
property bool CreateNewDatabase {
bool get ();
}
member CreateNewDatabase : bool
function get CreateNewDatabase () : boolean
Property Value
Type: System.Boolean
True to drop and re-create the database; otherwise, false. Default is false.