Freigeben über


MigrationSqlGenerator-Konstruktor

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Initialisiert eine neue Instanz der MigrationSqlGenerator-Klasse.

Namespace:  System.Data.Entity.Migrations.Sql
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Protected Sub New
'Usage
Dim instance As New MigrationSqlGenerator()
protected MigrationSqlGenerator()
protected:
MigrationSqlGenerator()
new : unit -> MigrationSqlGenerator
protected function MigrationSqlGenerator()

Siehe auch

Verweis

MigrationSqlGenerator Klasse

System.Data.Entity.Migrations.Sql-Namespace