DbProviderServices.DbDeleteDatabase 方法
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
刪除指定的資料庫。
命名空間: System.Data.Entity.Core.Common
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Protected Overridable Sub DbDeleteDatabase ( _
connection As DbConnection, _
commandTimeout As Nullable(Of Integer), _
storeItemCollection As StoreItemCollection _
)
'用途
Dim connection As DbConnection
Dim commandTimeout As Nullable(Of Integer)
Dim storeItemCollection As StoreItemCollection
Me.DbDeleteDatabase(connection, commandTimeout, _
storeItemCollection)
protected virtual void DbDeleteDatabase(
DbConnection connection,
Nullable<int> commandTimeout,
StoreItemCollection storeItemCollection
)
protected:
virtual void DbDeleteDatabase(
DbConnection^ connection,
Nullable<int> commandTimeout,
StoreItemCollection^ storeItemCollection
)
abstract DbDeleteDatabase :
connection:DbConnection *
commandTimeout:Nullable<int> *
storeItemCollection:StoreItemCollection -> unit
override DbDeleteDatabase :
connection:DbConnection *
commandTimeout:Nullable<int> *
storeItemCollection:StoreItemCollection -> unit
protected function DbDeleteDatabase(
connection : DbConnection,
commandTimeout : Nullable<int>,
storeItemCollection : StoreItemCollection
)
參數
- connection
類型:System.Data.Common.DbConnection
需要刪除之現有資料庫的連接。
- commandTimeout
類型:System.Nullable<Int32>
刪除資料庫時所需之任何命令的執行逾時時間。
- storeItemCollection
類型:System.Data.Entity.Core.Metadata.Edm.StoreItemCollection
模型中所有存放區項目的集合。 此參數不再用來刪除資料庫。