DbProviderServices.DbDeleteDatabase メソッド

定義

ストア アイテム コレクションで指定されたすべてのストア オブジェクトをデータベースとデータベース自体から削除します。

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)

パラメーター

connection
DbConnection

削除する必要がある既存のデータベースへの接続。

commandTimeout
Nullable<Int32>

データベースを削除するために必要なコマンドの実行タイムアウト。

storeItemCollection
StoreItemCollection

削除するデータベースの構造。

適用対象