Bagikan melalui


DataGenerationElement.ClearDatabase Property

Gets or sets a value that indicates whether to clear the database before a data generation plan is applied.

Namespace:  Microsoft.Data.Schema.UnitTesting.Configuration
Assembly:  Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)

Syntax

'Declaration
Public Property ClearDatabase As Boolean
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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DataGenerationElement Class

Microsoft.Data.Schema.UnitTesting.Configuration Namespace