Aracılığıyla paylaş


SchemaDeploymentOptions.CreateNewDatabase Özellik

Alır veya yeni bir hedef veritabanı dağıtımı sırasında oluşturulup oluşturulmayacağını gösteren bir değeri ayarlar.

Ad alanı:  Microsoft.Data.Schema.Build
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: System.Boolean
true Yeni bir veritabanı oluşturmak için; Aksi takdirde, false.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

SchemaDeploymentOptions Sınıf

Microsoft.Data.Schema.Build Ad Alanı