IDataInputServiceDeleteContextualMeasureValues Method

Deletes all the values for the specified contextual measure.

Namespace: Dundas.BI.Data.DataInput
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
void DeleteContextualMeasureValues(
	Guid metricSetId,
	string contextualMeasureUniqueName
)

Parameters

metricSetId  Guid
The metric set ID.
contextualMeasureUniqueName  String
The unique name for the contextual measure.
Exceptions
ExceptionCondition
ArgumentExceptionmetricSetId is Empty.
NotFoundExceptionThe metric set or the specified contextual measure 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