PlanGenerationOptions.CreateNewDatabase Property

Gets or sets whether a database is created.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property CreateNewDatabase As Boolean
    Get
    Set
'Usage
Dim instance As PlanGenerationOptions
Dim value As Boolean

value = instance.CreateNewDatabase

instance.CreateNewDatabase = value
public bool CreateNewDatabase { get; set; }
public:
property bool CreateNewDatabase {
    bool get ();
    void set (bool value);
}
function get CreateNewDatabase () : boolean
function set CreateNewDatabase (value : boolean)
member CreateNewDatabase : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PlanGenerationOptions Class

PlanGenerationOptions Members

Microsoft.Data.Schema.Build Namespace