MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel.MigrationState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets migration state that this database is in Possible values include: 'UNDEFINED', 'CONFIGURING', 'INITIALIAZING', 'STARTING', 'RUNNING', 'READY_TO_COMPLETE', 'COMPLETING', 'COMPLETE', 'CANCELLING', 'CANCELLED', 'FAILED'
[Newtonsoft.Json.JsonProperty(PropertyName="migrationState")]
public string MigrationState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="migrationState")>]
member this.MigrationState : string
Public ReadOnly Property MigrationState As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute