SqlServerMigrationSqlGenerator.GenerateMakeSystemTable 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生 SQL 以將資料表標示為系統資料表。 應該使用 Statement 方法新增產生的 SQL。
protected virtual void GenerateMakeSystemTable (System.Data.Entity.Migrations.Model.CreateTableOperation createTableOperation);
abstract member GenerateMakeSystemTable : System.Data.Entity.Migrations.Model.CreateTableOperation -> unit
override this.GenerateMakeSystemTable : System.Data.Entity.Migrations.Model.CreateTableOperation -> unit
參數
- createTableOperation
- CreateTableOperation
要標示為系統資料表的資料表。