The following tables list the members exposed by MdxAxis.
| Name | Description | |
|---|---|---|
![]() | MdxAxis Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | AxisIndex | Gets or sets the index of this axis. |
![]() | MdxExpression | Gets the MDX expression. |
![]() | MdxSettings | Gets or sets the MDX settings used when the MdxExpression of this axis is generated. |
![]() | Sets | Gets the sets of this axis. |
| Name | Description | |
|---|---|---|
![]() | MdxDimensionAxisSettings | Gets the settings applied to MDX dimension axis. |
| Name | Description | |
|---|---|---|
![]() | AddSet | Adds a IMdxSet to this axis. |
![]() | GetMdxSets | Gets list of all IMdxSet elements included in the MDX axis which this instance describes. |
![]() | RebuildExpression | Rebuilds the MDX expression. |
| Name | Description | |
|---|---|---|
![]() | AddAxisName | Adds the name of the axis to this axis' expression. |
![]() | AddDimensionProperties | Adds the DIMENSION PROPERTIES clause for this axis. |
![]() | AddDisctinct | Wrapps this axis' expression with Distinct method. |
![]() | AddNonEmpty | Adds the NON EMPTY clause for this axis. |
![]() | GetMdxExpression | Gets the MDX expression of this axis. |