ข้ามไปยังเนื้อหา

Enum DatabaseMigrationStatus

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Describes the current execution state of one logical database-migration target.

public enum DatabaseMigrationStatus

Failed = 3

The migration target failed during execution.

Planned = 0

The migration target is known to the runtime but has not started executing yet.

Running = 1

The migration target is currently executing.

Succeeded = 2

The migration target completed successfully.

Unsupported = 4

The runtime cannot execute the configured migration target with the active provider-pack registrations.