Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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.