IDataInputService.RetrieveContextualMeasureValues 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 (25.1.0.1000)
SyntaxICollection<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: System.Guid
The metric set ID. - contextualMeasures
- Type: System.Collections.Generic.ICollection<String>
The contextual measures unique names. - parameterValues
- Type: System.Collections.Generic.IEnumerable<ParameterValue>
The parameter values.
Return Value
Type:
ICollection<ContextualValue>The list of contextual measure values.
Exceptions
See Also