你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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