Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.