다음을 통해 공유


Migration.UpOperations 속성

정의

MigrationOperation데이터베이스 'up'을 마이그레이션할 입니다.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> UpOperations { get; }
member this.UpOperations : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation>
Public Overridable ReadOnly Property UpOperations As IReadOnlyList(Of MigrationOperation)

속성 값

설명

즉, 이 마이그레이션과 관련하여 최신 상태가 되도록 이전 마이그레이션에 의해 남아 있는 상태에서 데이터베이스에 적용해야 하는 작업입니다.

자세한 내용 및 예제는 데이터베이스 마이그레이션 을 참조하세요.

적용 대상