OperationExecutor.DropDatabase 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示卸載資料庫的作業。
public class OperationExecutor.DropDatabase : Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase
type OperationExecutor.DropDatabase = class
inherit OperationExecutor.OperationBase
Public Class OperationExecutor.DropDatabase
Inherits OperationExecutor.OperationBase
- 繼承
- 繼承
建構函式
OperationExecutor.DropDatabase(OperationExecutor, IOperationResultHandler, IDictionary) |
初始化 OperationExecutor.DropDatabase 類別的新執行個體。 |
OperationExecutor.DropDatabase(OperationExecutor, Object, IDictionary) |
初始化 OperationExecutor.DropDatabase 類別的新執行個體。 支援的
|
方法
Execute(Action) |
執行將例外狀況傳遞至 的 IOperationResultHandler 動作。 (繼承來源 OperationExecutor.OperationBase) |
Execute<T>(Func<IEnumerable<T>>) |
執行將結果或例外狀況傳遞至 的 IOperationResultHandler 動作。 (繼承來源 OperationExecutor.OperationBase) |
Execute<T>(Func<T>) |
執行動作,將結果或例外狀況傳遞至 IOperationResultHandler 。 (繼承來源 OperationExecutor.OperationBase) |