Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a DataTable with information about the cluster configuration of the availability group.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function EnumReplicaClusterNodes As DataTable
'Usage
Dim instance As AvailabilityGroup
Dim returnValue As DataTable
returnValue = instance.EnumReplicaClusterNodes()
public DataTable EnumReplicaClusterNodes()
public:
DataTable^ EnumReplicaClusterNodes()
member EnumReplicaClusterNodes : unit -> DataTable
public function EnumReplicaClusterNodes() : DataTable
Return Value
Type: System.Data.DataTable
A DataTable with information about the cluster configuration of the availability group.
Remarks
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).