共用方式為


DeleteHistoryOperation(String, String, Object) 建構函式

定義

初始化 DeleteHistoryOperation 類別的新實例。

public DeleteHistoryOperation (string table, string migrationId, object anonymousArguments = null);
new System.Data.Entity.Migrations.Model.DeleteHistoryOperation : string * string * obj -> System.Data.Entity.Migrations.Model.DeleteHistoryOperation
Public Sub New (table As String, migrationId As String, Optional anonymousArguments As Object = null)

參數

table
String

移轉歷程記錄資料表的名稱。

migrationId
String

要刪除之移轉記錄的識別碼。

anonymousArguments
Object

提供者可能處理的其他引數。 使用匿名型別語法來指定引數,例如 'new { SampleArgument = 「MyValue」 }'。

適用於