DbMigrationsConfiguration.AutomaticMigrationDataLossAllowed-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 automatischen Migration Datenverluste zulässig sind, oder legt ihn fest. Wenn der Wert auf "false" festgelegt ist, wird eine Ausnahme ausgelöst, wenn während einer automatischen Migration Datenverluste auftreten dürfen.
Namespace: System.Data.Entity.Migrations
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Property AutomaticMigrationDataLossAllowed As Boolean
Get
Set
'Usage
Dim instance As DbMigrationsConfiguration
Dim value As Boolean
value = instance.AutomaticMigrationDataLossAllowed
instance.AutomaticMigrationDataLossAllowed = value
public bool AutomaticMigrationDataLossAllowed { get; set; }
public:
property bool AutomaticMigrationDataLossAllowed {
bool get ();
void set (bool value);
}
member AutomaticMigrationDataLossAllowed : bool with get, set
function get AutomaticMigrationDataLossAllowed () : boolean
function set AutomaticMigrationDataLossAllowed (value : boolean)
Eigenschaftswert
Typ: System.Boolean