UpdateScriptMetricSetOptions Class

Represents the options used when updating a script metric set.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsUpdateScriptMetricSetOptions

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

The UpdateScriptMetricSetOptions type exposes the following members.

Constructors
 NameDescription
Public methodUpdateScriptMetricSetOptions Initializes a new instance of the UpdateScriptMetricSetOptions class.
Top
Properties
 NameDescription
Public propertyAlignment Gets or sets the alignment behavior of the metric set.
Public propertyMeasureUsage Gets or sets the measure that is getting modified.
Public propertyMetricSetUsages Gets the metric set usage that is added as a result of the change of the script.
Public propertyScriptMetricSetId Gets or sets the updating metric set ID.
Public propertyStatement Gets or sets the statement of the script metric set to update.
Top
See Also