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

迁移标识符。

适用于