Share via


DbProviderServices.DbDeleteDatabase Yöntem

Tanım

Depolama öğesi koleksiyonunda belirtilen tüm depolama nesnelerini veritabanından ve veritabanından siler.

protected:
 virtual void DbDeleteDatabase(System::Data::Common::DbConnection ^ connection, Nullable<int> commandTimeout, System::Data::Metadata::Edm::StoreItemCollection ^ storeItemCollection);
protected virtual void DbDeleteDatabase (System.Data.Common.DbConnection connection, int? commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection);
abstract member DbDeleteDatabase : System.Data.Common.DbConnection * Nullable<int> * System.Data.Metadata.Edm.StoreItemCollection -> unit
override this.DbDeleteDatabase : System.Data.Common.DbConnection * Nullable<int> * System.Data.Metadata.Edm.StoreItemCollection -> unit
Protected Overridable Sub DbDeleteDatabase (connection As DbConnection, commandTimeout As Nullable(Of Integer), storeItemCollection As StoreItemCollection)

Parametreler

connection
DbConnection

Silinmesi gereken mevcut bir veritabanına bağlantı.

commandTimeout
Nullable<Int32>

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

storeItemCollection
StoreItemCollection

Silinecek veritabanının yapısı.

Şunlara uygulanır