다음을 통해 공유


UpdateDatabaseOperation.Migration.Operations 속성

정의

이 마이그레이션에 적용된 개별 작업을 가져옵니다.

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

속성 값

이 마이그레이션에 적용된 개별 작업입니다.

적용 대상