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 (24.3.0.1000)
Syntax void DeleteContextualMeasureValues(
Guid metricSetId,
string contextualMeasureUniqueName
)
Sub DeleteContextualMeasureValues (
metricSetId As Guid,
contextualMeasureUniqueName As String
)
void DeleteContextualMeasureValues(
Guid metricSetId,
String^ contextualMeasureUniqueName
)
abstract DeleteContextualMeasureValues :
metricSetId : Guid *
contextualMeasureUniqueName : string -> unit
Parameters
- metricSetId
- Type: SystemGuid
The metric set ID. - contextualMeasureUniqueName
- Type: SystemString
The unique name for the contextual measure.
Exceptions See Also