Open this page in the API Guide

IDataInputService.DeleteContextualMeasureValues 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 (25.1.0.1000)
Syntax
void DeleteContextualMeasureValues(
	Guid metricSetId,
	string contextualMeasureUniqueName
)

Parameters

metricSetId
Type: System.Guid
The metric set ID.
contextualMeasureUniqueName
Type: System.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