HP Operations Manager for Windows

OV_ServiceTypeDefinition::SetCompositionPropagationRule()
OV_ServiceTypeDefinition::SetCompositionPropagationRule_Trans()


void SetCompositionPropagationRule(
[in] string ChildServiceType,
[in] string PropRuleId)
void SetCompositionPropagationRule_Trans(
[in] string TransId,
[in] string ChildServiceType,
[in] string PropRuleId)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
ChildServiceType
The GUID property of the service type (instance of OV_ServiceTypeDefinition) that is the child of this service type.
PropRuleId
New PropRuleId property value of the service type composition.

Calling Convention

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

Description

Sets the propagation rule (instance of OV_PropagationRule) for the service type that is the child of this service type.

If the new propagation rule does not exist, the method returns MDLAPI_E_PROPRULE_NOT_EXIST. If the service type composition does not exist, the method returns MDLAPI_E_SVC_TYPE_COMP_ASSOC_NOT_EXIST.

Return Value

None.

Extended Status Codes

MDLAPI_E_PROPRULE_NOT_EXIST
Message propagation rule does not exist.
MDLAPI_E_SVC_TYPE_COMP_ASSOC_NOT_EXIST
Service type composition does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.