UpdateScriptMeasureOptions Class

Represents the options used when adding a script measure to a MetricSet.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsUpdateScriptMeasureOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class UpdateScriptMeasureOptions

The UpdateScriptMeasureOptions type exposes the following members.

Constructors
  NameDescription
Public methodUpdateScriptMeasureOptions
Initializes a new instance of the UpdateScriptMeasureOptions class
Top
Properties
  NameDescription
Public propertyAlignment
Gets or sets the alignment.
Public propertyEnforceHierarchyCubeCheck
Gets or sets a value indicating whether the hierarchy cube check should be enforced.
Public propertyMeasureUsage
Gets or sets the measure usage data.
Public propertyMetricSetId
Gets or sets the metric set ID.
Top
See Also