HP Operations Manager for Windows

OV_ServiceTypeDefinition::RemoveAntecedentServiceType()
OV_ServiceTypeDefinition::RemoveAntecedentServiceType_Trans()


void RemoveAntecedentServiceType(
[in] string AntecedentGUID)
void RemoveAntecedentServiceType_Trans(
[in] string TransId,
[in] string AntecedentGUID)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
AntecedentGUID
The GUID property of the instance of OV_ServiceTypeDefinition on which this service type depends.

Calling Convention

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

Description

Removes a dependency relationship between this service type and the specified service type (instance of OV_ServiceTypeDefinition).

Return Value

None.

Extended Status Codes

MDLAPI_E_SERVICETYPE_NOT_EXIST
Service type does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.