ConnectToSourceSqlServerTaskOutputDatabaseLevel.DatabaseState Property

Definition

Gets state of the database Possible values include: 'Online', 'Restoring', 'Recovering', 'RecoveryPending', 'Suspect', 'Emergency', 'Offline', 'Copying', 'OfflineSecondary'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to