次の方法で共有


SqlServerMigrationSqlGenerator.Generate メソッド (MigrationOperation)

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

MigrationOperation の SQL を生成します。 派生したプロバイダーがその他の種類の操作を処理できるようにします。 生成された SQL は Statement メソッドを使用して追加する必要があります。

名前空間:  System.Data.Entity.SqlServer
アセンブリ:  EntityFramework.SqlServer (EntityFramework.SqlServer.dll 内)

構文

'宣言
Protected Overridable Sub Generate ( _
    migrationOperation As MigrationOperation _
)
'使用
Dim migrationOperation As MigrationOperation 

Me.Generate(migrationOperation)
protected virtual void Generate(
    MigrationOperation migrationOperation
)
protected:
virtual void Generate(
    MigrationOperation^ migrationOperation
)
abstract Generate : 
        migrationOperation:MigrationOperation -> unit  
override Generate : 
        migrationOperation:MigrationOperation -> unit
protected function Generate(
    migrationOperation : MigrationOperation
)

パラメーター

参照

参照

SqlServerMigrationSqlGenerator クラス

Generate オーバーロード

System.Data.Entity.SqlServer 名前空間