Database.DatabaseState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets 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; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="databaseState")>]
member this.DatabaseState : string with get, set
Public Property DatabaseState As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute