Share via


GetSetFrom method of the MSCluster_GroupSet class

Gets the sets that contain the group.

Syntax

uint32 GetSetFrom(
  [in]  string             ContainedGroup,
  [in]  string             Name,
  [in]  string             provider,
  [in]  string             DependentGroup,
  [out] MSCluster_GroupSet Sets[]
);

Parameters

ContainedGroup [in]

The name of the group that is contained in the set.

Name [in]

The name of the collection.

provider [in]

The name of the set that is providing for the sets.

DependentGroup [in]

The name of the group that the sets provide for.

Sets [out]

On success, returns a MSCluster_GroupSet that contains the group.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\MSCluster
MOF
ClusWmiExt.mof
DLL
ClusWMI.dll

See also

MSCluster_GroupSet