IMetricSetServiceAddParallelSlicerMeasure Method |
Adds a Parallel Slicer measure to the given metric set and saves the metric set.
Namespace: Dundas.BI.Entities.MetricSetsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxMeasureUsage AddParallelSlicerMeasure(
MetricSet metricSet,
string name,
string targetMeasure,
ICollection<ParameterValue> slicerValues
)
Function AddParallelSlicerMeasure (
metricSet As MetricSet,
name As String,
targetMeasure As String,
slicerValues As ICollection(Of ParameterValue)
) As MeasureUsage
MeasureUsage^ AddParallelSlicerMeasure(
MetricSet^ metricSet,
String^ name,
String^ targetMeasure,
ICollection<ParameterValue^>^ slicerValues
)
abstract AddParallelSlicerMeasure :
metricSet : MetricSet *
name : string *
targetMeasure : string *
slicerValues : ICollection<ParameterValue> -> MeasureUsage Parameters
- metricSet MetricSet
- The MetricSet to add the parallel measure to.
- name String
- The name for the new measure.
- targetMeasure String
- The target measure.
- slicerValues ICollectionParameterValue
- The slicer values to be used for the comparison.
Return Value
MeasureUsageThe newly added usage element.
Exceptions
See Also