MetricSetBindingOverride Class

Represents a metric set binding override.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsMetricSetBindingOverride

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class MetricSetBindingOverride

The MetricSetBindingOverride type exposes the following members.

Constructors
  NameDescription
Public methodMetricSetBindingOverride
Initializes a new instance of the MetricSetBindingOverride class.
Top
Properties
  NameDescription
Public propertyAdapterId
Gets the ID of the adapter the metric set binding on.
Public propertyMetricSetBindingId
Gets the ID of the metric set binding to which the overrides apply to.
Public propertyRequestOverrides
Gets the request overrides for this metric set binding, and any elements on it.
Top
See Also