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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.