IDataInputServiceGetContextualMeasureValue Method |
Gets the contextual value by its ID.
Namespace: Dundas.BI.Data.DataInputAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxContextualValue GetContextualMeasureValue(
Guid contextualValueId,
Guid metricSetId
)
Function GetContextualMeasureValue (
contextualValueId As Guid,
metricSetId As Guid
) As ContextualValue
ContextualValue^ GetContextualMeasureValue(
Guid contextualValueId,
Guid metricSetId
)
abstract GetContextualMeasureValue :
contextualValueId : Guid *
metricSetId : Guid -> ContextualValue Parameters
- contextualValueId Guid
- The data annotation ID.
- metricSetId Guid
- The metric set identifier.
Return Value
ContextualValueThe contextual measure value.
Exceptions
See Also