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)

이 특성의 새 instance 만듭니다.

속성

Id

마이그레이션 식별자입니다.

적용 대상