AvailabilityGroup.DatabaseReplicaStates 속성
Gets the collection of DatabaseReplicaState objects representing the states of physical database replicas participating in the availability groups.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, _
GetType(DatabaseReplicaState))> _
Public ReadOnly Property DatabaseReplicaStates As DatabaseReplicaStateCollection
Get
‘사용 방법
Dim instance As AvailabilityGroup
Dim value As DatabaseReplicaStateCollection
value = instance.DatabaseReplicaStates
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(DatabaseReplicaState))]
public DatabaseReplicaStateCollection DatabaseReplicaStates { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny,
typeof(DatabaseReplicaState))]
public:
property DatabaseReplicaStateCollection^ DatabaseReplicaStates {
DatabaseReplicaStateCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(DatabaseReplicaState))>]
member DatabaseReplicaStates : DatabaseReplicaStateCollection
function get DatabaseReplicaStates () : DatabaseReplicaStateCollection
속성 값
유형: Microsoft.SqlServer.Management.Smo.DatabaseReplicaStateCollection
The collection of DatabaseReplicaState objects representing the states of physical database replicas participating in the availability groups.