DbMigrationsConfiguration.AutomaticMigrationsEnabled-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 einen Wert ab, der angibt, ob während der Datenbankmigration automatische Migrationen verwendet werden können, oder legt ihn fest.
Namespace: System.Data.Entity.Migrations
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Property AutomaticMigrationsEnabled As Boolean
Get
Set
'Usage
Dim instance As DbMigrationsConfiguration
Dim value As Boolean
value = instance.AutomaticMigrationsEnabled
instance.AutomaticMigrationsEnabled = value
public bool AutomaticMigrationsEnabled { get; set; }
public:
property bool AutomaticMigrationsEnabled {
bool get ();
void set (bool value);
}
member AutomaticMigrationsEnabled : bool with get, set
function get AutomaticMigrationsEnabled () : boolean
function set AutomaticMigrationsEnabled (value : boolean)
Eigenschaftswert
Typ: System.Boolean