IDataInputServiceGetContextualMeasureValue Method

Gets the contextual value by its ID.

Namespace:  Dundas.BI.Data.DataInput
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
ContextualValue GetContextualMeasureValue(
	Guid contextualValueId,
	Guid metricSetId
)

Parameters

contextualValueId
Type: SystemGuid
The data annotation ID.
metricSetId
Type: SystemGuid
The metric set identifier.

Return Value

Type: ContextualValue
The contextual measure value.
Exceptions
ExceptionCondition
ArgumentExceptioncontextualValueId is Empty.
NotFoundExceptionThe contextual value with the specified ID does not exist.
NoPrivilegeExceptionThe caller does not have the Write privilege on the specified metric set.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also