Freigeben über


DbMigrationsConfiguration.MigrationsAssembly-Eigenschaft

[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.]

Ruft die Assembly mit codebasierten Migrationen ab oder legt sie fest.

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

Syntax

'Declaration
Public Property MigrationsAssembly As Assembly 
    Get 
    Set
'Usage
Dim instance As DbMigrationsConfiguration 
Dim value As [Assembly]

value = instance.MigrationsAssembly

instance.MigrationsAssembly = value
public Assembly MigrationsAssembly { get; set; }
public:
property Assembly^ MigrationsAssembly {
    Assembly^ get ();
    void set (Assembly^ value);
}
member MigrationsAssembly : Assembly with get, set
function get MigrationsAssembly () : Assembly 
function set MigrationsAssembly (value : Assembly)

Eigenschaftswert

Typ: System.Reflection.Assembly

Siehe auch

Verweis

DbMigrationsConfiguration Klasse

System.Data.Entity.Migrations-Namespace