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 (25.3.0.1000)
Syntaxvoid DeleteContextualMeasureValue(
	Guid metricSetId,
	Guid contextualValueId
)
Sub DeleteContextualMeasureValue ( 
	metricSetId As Guid,
	contextualValueId As Guid
)
void DeleteContextualMeasureValue(
	Guid metricSetId, 
	Guid contextualValueId
)
abstract DeleteContextualMeasureValue : 
        metricSetId : Guid * 
        contextualValueId : Guid -> unit 
Parameters
- metricSetId
 - Type: SystemGuid
The metric set identifier. - contextualValueId
 - Type: SystemGuid
The contextual value ID. 
Exceptions
See Also