次の方法で共有


DbMigrationsConfiguration.AutomaticMigrationDataLossAllowed プロパティ

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

自動移行中にデータ損失を許容するかどうかを示す値を取得または設定します。 false に設定すると、自動移行の一環としてデータ損失が発生した場合に例外がスローされます。

名前空間:  System.Data.Entity.Migrations
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public Property AutomaticMigrationDataLossAllowed As Boolean 
    Get 
    Set
'使用
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)

プロパティ値

型 : System.Boolean

参照

参照

DbMigrationsConfiguration クラス

System.Data.Entity.Migrations 名前空間