共用方式為


MigrationOperation 類別

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

表示要修改資料結構描述的作業。 Entity Framework 移轉應用程式開發介面的設計不適合接受由未受信任來源 (例如應用程式的使用者) 所提供的輸入。 如果接受了來自這類來源的輸入,即應先對輸入進行驗證再傳遞至這些應用程式開發介面,以防範 SQL 插入式攻擊等風險。

繼承階層

System.Object
  System.Data.Entity.Migrations.Model.MigrationOperation
    其他...

命名空間:  System.Data.Entity.Migrations.Model
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
Public MustInherit Class MigrationOperation
'用途
Dim instance As MigrationOperation
public abstract class MigrationOperation
public ref class MigrationOperation abstract
[<AbstractClassAttribute>]
type MigrationOperation =  class end
public abstract class MigrationOperation

MigrationOperation 類型會公開下列成員。

建構函式

  名稱 描述
受保護的方法 MigrationOperation 初始化 MigrationOperation 類別的新執行個體。Entity Framework 移轉應用程式開發介面的設計不適合接受由未受信任來源 (例如應用程式的使用者) 所提供的輸入。如果接受了來自這類來源的輸入,即應先對輸入進行驗證再傳遞至這些應用程式開發介面,以防範 SQL 插入式攻擊等風險。

靠上

屬性

  名稱 描述
公用屬性 AnonymousArguments 取得提供者可處理的其他引數。Entity Framework 移轉應用程式開發介面的設計不適合接受由未受信任來源 (例如應用程式的使用者) 所提供的輸入。如果接受了來自這類來源的輸入,即應先對輸入進行驗證再傳遞至這些應用程式開發介面,以防範 SQL 插入式攻擊等風險。
公用屬性 Inverse 取得將會還原此作業的作業。
公用屬性 IsDestructiveChange 取得值,指出這項作業是否會造成資料遺失。

靠上

方法

  名稱 描述
公用方法 Equals (繼承自 Object)。
受保護的方法 Finalize (繼承自 Object)。
公用方法 GetHashCode (繼承自 Object)。
公用方法 GetType (繼承自 Object)。
受保護的方法 MemberwiseClone (繼承自 Object)。
公用方法 ToString (繼承自 Object)。

靠上

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

System.Data.Entity.Migrations.Model 命名空間

繼承階層

System.Object
  System.Data.Entity.Migrations.Model.MigrationOperation
    System.Data.Entity.Migrations.Model.AddColumnOperation
    System.Data.Entity.Migrations.Model.AlterColumnOperation
    System.Data.Entity.Migrations.Model.AlterTableOperation
    System.Data.Entity.Migrations.Model.CreateTableOperation
    System.Data.Entity.Migrations.Model.DropColumnOperation
    System.Data.Entity.Migrations.Model.DropProcedureOperation
    System.Data.Entity.Migrations.Model.DropTableOperation
    System.Data.Entity.Migrations.Model.ForeignKeyOperation
    System.Data.Entity.Migrations.Model.HistoryOperation
    System.Data.Entity.Migrations.Model.IndexOperation
    System.Data.Entity.Migrations.Model.MoveProcedureOperation
    System.Data.Entity.Migrations.Model.MoveTableOperation
    System.Data.Entity.Migrations.Model.NotSupportedOperation
    System.Data.Entity.Migrations.Model.PrimaryKeyOperation
    System.Data.Entity.Migrations.Model.ProcedureOperation
    System.Data.Entity.Migrations.Model.RenameColumnOperation
    System.Data.Entity.Migrations.Model.RenameIndexOperation
    System.Data.Entity.Migrations.Model.RenameProcedureOperation
    System.Data.Entity.Migrations.Model.RenameTableOperation
    System.Data.Entity.Migrations.Model.SqlOperation
    System.Data.Entity.Migrations.Model.UpdateDatabaseOperation