MigrateSqlServerSqlMITaskOutputDatabaseLevel.Stage Property

Definition

Gets current stage of migration Possible values include: 'None', 'Initialize', 'Backup', 'FileCopy', 'Restore', 'Completed'

[Newtonsoft.Json.JsonProperty(PropertyName="stage")]
public string Stage { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="stage")>]
member this.Stage : string
Public ReadOnly Property Stage As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to