Aracılığıyla paylaş


DbProviderServices.CreateDatabase Yöntem

Tanım

Bağlantı tarafından belirtilen bir veritabanı oluşturur ve şema nesneleri oluşturur.

public:
 void CreateDatabase(System::Data::Common::DbConnection ^ connection, Nullable<int> commandTimeout, System::Data::Metadata::Edm::StoreItemCollection ^ storeItemCollection);
public void CreateDatabase (System.Data.Common.DbConnection connection, int? commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection);
member this.CreateDatabase : System.Data.Common.DbConnection * Nullable<int> * System.Data.Metadata.Edm.StoreItemCollection -> unit
Public Sub CreateDatabase (connection As DbConnection, commandTimeout As Nullable(Of Integer), storeItemCollection As StoreItemCollection)

Parametreler

connection
DbConnection

Oluşturulması ve storeItemCollection parametresiyle belirtilen depolama nesneleriyle doldurulması gereken mevcut olmayan bir veritabanına bağlantı.

commandTimeout
Nullable<Int32>

Veritabanını oluşturmak için gereken komutlar için yürütme zaman aşımı.

storeItemCollection
StoreItemCollection

Betiğin oluşturulması gereken tüm mağaza öğelerinin koleksiyonu.

Şunlara uygulanır