HP Operations Manager for Windows

OV_Action::IsAssociatedWithNode()
OV_Action::IsAssociatedWithNode_Trans()


boolean IsAssociatedWithNode(
[in] string NodeName,
[in, optional] boolean IncludeInherited)
boolean IsAssociatedWithNode_Trans(
[in] string TransId,
[in] string NodeName,
[in, optional] boolean IncludeInherited)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
NodeName
The Name property of a node (instance of OV_ManagedNode) to check if this tool is associated with the node.
IncludeInherited
Indicates whether true should be returned also when this tool is not associated directly to a node with the parameter NodeName, but is inherited from a parent node group. Optional parameter. Default value is false.

Calling Convention

These methods can be called only from a WMI instance object.

Description

Returns true if this tool is associated with the specified node (instance of OV_ManagedNode).

Return Value

True if this tool is associated with the node (instance of OV_ManagedNode) specified by the NodeName parameter.

Extended Status Codes

MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.