Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.