Condividi tramite


Proprietà SchemaDeploymentOptions.CreateNewDatabase

Ottiene o imposta un valore che indica se creare un nuovo database di destinazione durante la distribuzione.

Spazio dei nomi:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public Property CreateNewDatabase As Boolean
    Get
    Set
public bool CreateNewDatabase { get; set; }
public:
property bool CreateNewDatabase {
    bool get ();
    void set (bool value);
}
member CreateNewDatabase : bool with get, set
function get CreateNewDatabase () : boolean
function set CreateNewDatabase (value : boolean)

Valore proprietà

Tipo: System.Boolean
true per creare un nuovo database; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SchemaDeploymentOptions Classe

Spazio dei nomi Microsoft.Data.Schema.Build