IDataInputServiceRetrieveContextualMeasureValues Method |
Retrieves the contextual measure values for the specified metric set.
Namespace:
Dundas.BI.Data.DataInput
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax ICollection<ContextualValue> RetrieveContextualMeasureValues(
Guid metricSetId,
ICollection<string> contextualMeasures,
IEnumerable<ParameterValue> parameterValues
)
Function RetrieveContextualMeasureValues (
metricSetId As Guid,
contextualMeasures As ICollection(Of String),
parameterValues As IEnumerable(Of ParameterValue)
) As ICollection(Of ContextualValue)
ICollection<ContextualValue^>^ RetrieveContextualMeasureValues(
Guid metricSetId,
ICollection<String^>^ contextualMeasures,
IEnumerable<ParameterValue^>^ parameterValues
)
abstract RetrieveContextualMeasureValues :
metricSetId : Guid *
contextualMeasures : ICollection<string> *
parameterValues : IEnumerable<ParameterValue> -> ICollection<ContextualValue>
Parameters
- metricSetId
- Type: SystemGuid
The metric set ID. - contextualMeasures
- Type: System.Collections.GenericICollectionString
The contextual measures unique names. - parameterValues
- Type: System.Collections.GenericIEnumerableParameterValue
The parameter values.
Return Value
Type:
ICollectionContextualValueThe list of contextual measure values.
Exceptions See Also