GetDependencies method of the MSCluster_Resource class

Gets the resource dependency expression.

Syntax

void GetDependencies(
  [out] string  Expression,
  [in]  boolean AsResourceIds
);

Parameters

Expression [out]

The expression that represents the resource dependencies.

AsResourceIds [in]

If the expression should contain the id of the resource instead of the resource friendly name.

**Windows Server 2008 R2 and Windows Server 2008: **

This method is not supported before Windows Server 2012.

Return value

This method does not return a value.

Requirements

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

See also

MSCluster_Resource