AvailabilityGroup.EnumReplicaClusterNodes Method

Definition

Returns a DataTable with information about the cluster configuration of the availability group. For each replica, a row is present for each node that hosts the replica. A replica can be hosted by multiple nodes if the replica is hosted on an FCI. The schema of this table is: ReplicaName (sysname) | NodeName (sysname) | MemberType (tinyint) | MemberState (tinyint) | NumberOfQuorumVotes (int)

public System.Data.DataTable EnumReplicaClusterNodes ();
member this.EnumReplicaClusterNodes : unit -> System.Data.DataTable
Public Function EnumReplicaClusterNodes () As DataTable

Returns

A DataTable with information about the cluster configuration of the availability group.

Applies to