QueryDimension Class

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

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 QueryDimension : QueryElement

The QueryDimension type exposes the following members.

Constructors
 NameDescription
Public methodQueryDimension Initializes a new instance of the QueryDimension 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 propertyLevelUniqueName Gets the OLAP level unique name.
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 the OLAP dimension 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