RemoveDependency method of the MSCluster_Resource class

Removes a dependency relationship between two resources.

Syntax

void RemoveDependency(
  [in] string Resource
);

Parameters

Resource [in]

The resource that this resource should no longer depend on.

Return value

This method does not return a value.

Requirements

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

See also

MSCluster_Resource