MigrateSqlServerSqlDbSyncTaskOutputTableLevel.State Property

Definition

Gets current state of the table migration Possible values include: 'BEFORE_LOAD', 'FULL_LOAD', 'COMPLETED', 'CANCELED', 'ERROR', 'FAILED'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to