MigrationAttribute Classe

Definizione

Indica che una classe è un Migration oggetto e ne fornisce l'identificatore.

[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
Ereditarietà
MigrationAttribute
Attributi

Commenti

Per altre informazioni ed esempi, vedere Migrazioni di database .

Costruttori

MigrationAttribute(String)

Crea una nuova istanza di questo attributo.

Proprietà

Id

Identificatore di migrazione.

Si applica a