共用方式為


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
)

參數

  • commandTimeout
    類型:System.Nullable<Int32>
    刪除資料庫時所需之任何命令的執行逾時時間。

請參閱

參考

DbProviderServices 類別

System.Data.Entity.Core.Common 命名空間