Version

MdxAxis Class Members

The following tables list the members exposed by MdxAxis.

Public Constructors
 NameDescription
Public ConstructorMdxAxis ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAxisIndexGets or sets the index of this axis.  
Public PropertyMdxExpressionGets the MDX expression.  
Public PropertyMdxSettingsGets or sets the MDX settings used when the MdxExpression of this axis is generated.  
Public PropertySetsGets the sets of this axis.  
Protected Properties
 NameDescription
Protected PropertyMdxDimensionAxisSettingsGets the settings applied to MDX dimension axis.  
Public Methods
 NameDescription
Public MethodAddSetAdds a IMdxSet to this axis.  
Public MethodGetMdxSetsGets list of all IMdxSet elements included in the MDX axis which this instance describes.  
Public MethodRebuildExpressionRebuilds the MDX expression.  
Protected Methods
 NameDescription
Protected MethodAddAxisNameAdds the name of the axis to this axis' expression.  
Protected MethodAddDimensionPropertiesAdds the DIMENSION PROPERTIES clause for this axis.  
Protected MethodAddDisctinctWrapps this axis' expression with Distinct method.  
Protected MethodAddNonEmptyAdds the NON EMPTY clause for this axis.  
Protected MethodGetMdxExpressionGets the MDX expression of this axis.  
See Also