QueryMeasure Class

Class that encapsulates an OLAP measure for querying purposes.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataProviders.TasksQueryElement
    Dundas.BI.Data.DataProviders.TasksQueryMeasure

Namespace: Dundas.BI.Data.DataProviders.Tasks
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class QueryMeasure : QueryElement

The QueryMeasure type exposes the following members.

Constructors
 NameDescription
Public methodQueryMeasure Initializes a new instance of the QueryMeasure class.
Top
Properties
 NameDescription
Public propertyDataType Gets the column data type.
(Inherited from QueryElement)
Public propertyElementId Gets the parent element ID.
(Inherited from QueryElement)
Public propertyNativeElementName Gets or sets the name of the native element.
(Inherited from QueryElement)
Public propertyParameterValue Gets the parameter value.
(Inherited from QueryElement)
Public propertyParent Gets the parent ProviderTask.
(Inherited from QueryElement)
Public propertyUniqueName Gets OLAP measure unique name.
Public propertyUpstreamElementId Gets the upstream element ID.
(Inherited from QueryElement)
Top
Methods
 NameDescription
Public methodSetupFiltering Defines a query element filer by setting the appropriate filter value.
(Inherited from QueryElement)
Top
See Also