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 (25.3.0.1000)
Syntaxvoid 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