Freigeben über


MigrationOperation.IsDestructiveChange-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 dieser Vorgang zu einem Datenverlust führen kann.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property IsDestructiveChange As Boolean 
    Get
'Usage
Dim instance As MigrationOperation 
Dim value As Boolean 

value = instance.IsDestructiveChange
public abstract bool IsDestructiveChange { get; }
public:
virtual property bool IsDestructiveChange {
    bool get () abstract;
}
abstract IsDestructiveChange : bool
abstract function get IsDestructiveChange () : boolean

Eigenschaftswert

Typ: System.Boolean

Siehe auch

Verweis

MigrationOperation Klasse

System.Data.Entity.Migrations.Model-Namespace