Compartilhar via


MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel.Stage Property

Definition

Gets schema migration stage for this database Possible values include: 'NotStarted', 'ValidatingInputs', 'CollectingObjects', 'DownloadingScript', 'GeneratingScript', 'UploadingScript', 'DeployingSchema', 'Completed', 'CompletedWithWarnings', 'Failed'

[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