Compartir a través de


DataGenerationElement.ClearDatabase (Propiedad)

Obtiene o establece un valor que indica si se borra la base de datos antes de aplicar un plan de generación de datos.

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

Sintaxis

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

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

DataGenerationElement Clase

Microsoft.Data.Schema.UnitTesting.Configuration (Espacio de nombres)