AvailabilityGroup.EnumReplicaClusterNodes Method
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.
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.