다음을 통해 공유


UpdateDatabaseOperation.Migrations 속성

정의

데이터베이스 업데이트 작업 중에 적용된 마이그레이션을 가져옵니다.

public System.Collections.Generic.IList<System.Data.Entity.Migrations.Model.UpdateDatabaseOperation.Migration> Migrations { get; }
member this.Migrations : System.Collections.Generic.IList<System.Data.Entity.Migrations.Model.UpdateDatabaseOperation.Migration>
Public ReadOnly Property Migrations As IList(Of UpdateDatabaseOperation.Migration)

속성 값

데이터베이스 업데이트 작업 중에 적용된 마이그레이션입니다.

적용 대상