IDataInputServiceDeleteContextualMeasureValue Method

Deletes the contextual value.

Namespace:  Dundas.BI.Data.DataInput
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
void DeleteContextualMeasureValue(
	Guid metricSetId,
	Guid contextualValueId
)

Parameters

metricSetId
Type: SystemGuid
The metric set identifier.
contextualValueId
Type: SystemGuid
The contextual value ID.
Exceptions
ExceptionCondition
ArgumentExceptioncontextualValueId is Empty.
NotFoundExceptionThe contextual value with the specified ID does not exist.
NoPrivilegeExceptionThe caller does not have the Write privilege on the specified metric set.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also