次の方法で共有


MigratorLoggingDecorator クラス

定義

移行操作中にログを提供するデコレーター。.

public class MigratorLoggingDecorator : System.Data.Entity.Migrations.Infrastructure.MigratorBase
type MigratorLoggingDecorator = class
    inherit MigratorBase
Public Class MigratorLoggingDecorator
Inherits MigratorBase
継承
MigratorLoggingDecorator

コンストラクター

MigratorLoggingDecorator(MigratorBase, MigrationsLogger)

MigratorLoggingDecorator クラスの新しいインスタンスを初期化します。

プロパティ

Configuration

移行プロセスに使用されている構成を取得します。

(継承元 MigratorBase)

メソッド

GetDatabaseMigrations()

データベースに適用されている移行の一覧を取得します。

(継承元 MigratorBase)
GetLocalMigrations()

アセンブリで定義されている移行の一覧を取得します。

(継承元 MigratorBase)
GetPendingMigrations()

データベースに適用されていない保留中の移行の一覧を取得します。

(継承元 MigratorBase)
Update()

ターゲット データベースを最新の移行に更新します。

(継承元 MigratorBase)
Update(String)

ターゲット データベースを特定の移行に更新します。

(継承元 MigratorBase)

適用対象