IDataInputService.DeleteContextualMeasureValue 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.1.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: System.Guid
The metric set identifier. - contextualValueId
- Type: System.Guid
The contextual value ID.
Exceptions
See Also