Compartir a través de


SchemaDeploymentOptions.CreateNewDatabase (Propiedad)

Obtiene o establece un valor que indica si se va a crear una nueva base de datos de destino durante la implementación.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean
Es true si se va a crear una nueva base de datos; de lo contrario, es false.

Seguridad de .NET Framework

Vea también

Referencia

SchemaDeploymentOptions Clase

Microsoft.Data.Schema.Build (Espacio de nombres)