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.
Enumerates the current state of the Windows cluster members of which the instance is part of.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function EnumClusterMembersState As DataTable
'Usage
Dim instance As Server
Dim returnValue As DataTable
returnValue = instance.EnumClusterMembersState()
public DataTable EnumClusterMembersState()
public:
DataTable^ EnumClusterMembersState()
member EnumClusterMembersState : unit -> DataTable
public function EnumClusterMembersState() : DataTable
Return Value
Type: System.Data.DataTable
A list of state of the cluster members.