AvailabilityReplicaRollupRecoveryState Enum
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.
Represents a rollup of the recovery state of all database replicas in the availability group that reside on this availability replica.
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AvailabilityReplicaRollupRecoveryStateConverter))]
public enum AvailabilityReplicaRollupRecoveryState
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AvailabilityReplicaRollupRecoveryStateConverter))>]
type AvailabilityReplicaRollupRecoveryState =
Public Enum AvailabilityReplicaRollupRecoveryState
- Inheritance
-
AvailabilityReplicaRollupRecoveryState
- Attributes
Fields
Name | Value | Description |
---|---|---|
InProgress | 0 | At least one of the database replicas' state is not online. |
Online | 1 | All the database replicas' states are online. |
Unknown | 2 | The recovery health state of this replica is unknown, the availability replica object referes to a remote instance. |