次の方法で共有


DbProviderServices.DeleteDatabase メソッド

定義

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

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

パラメーター

connection
DbConnection

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

commandTimeout
Nullable<Int32>

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

storeItemCollection
StoreItemCollection

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

適用対象