次の方法で共有


MigrationAttribute クラス

定義

クラスが であり、その識別子を Migration 提供することを示します。

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class MigrationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type MigrationAttribute = class
    inherit Attribute
Public NotInheritable Class MigrationAttribute
Inherits Attribute
継承
MigrationAttribute
属性

注釈

詳細と例については、「 データベースの移行 」を参照してください。

コンストラクター

MigrationAttribute(String)

この属性の新しいインスタンスを作成します。

プロパティ

Id

移行識別子。

適用対象