IMetricSetServiceAddStateGroup Method |
Adds the state group to the metric set and then 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)
SyntaxStateGroup AddStateGroup(
MetricSet metricSet,
string measureUniqueName,
string stateGroupName,
string stateGroupDescription
)
Function AddStateGroup (
metricSet As MetricSet,
measureUniqueName As String,
stateGroupName As String,
stateGroupDescription As String
) As StateGroup
StateGroup^ AddStateGroup(
MetricSet^ metricSet,
String^ measureUniqueName,
String^ stateGroupName,
String^ stateGroupDescription
)
abstract AddStateGroup :
metricSet : MetricSet *
measureUniqueName : string *
stateGroupName : string *
stateGroupDescription : string -> StateGroup Parameters
- metricSet MetricSet
- The metric set.
- measureUniqueName String
- The unique name of the measure the state group is attached to.
- stateGroupName String
- Name of the state group.
- stateGroupDescription String
- The state group description.
Return Value
StateGroupThe newly added state group.
Exceptions
See Also