Version

MdxDimensionAxisSettings Class Members

The following tables list the members exposed by MdxDimensionAxisSettings.

Public Constructors
 NameDescription
Public ConstructorMdxDimensionAxisSettings ConstructorInitializes a new instance of the MdxDimensionAxisSettings class.  
Public Properties
 NameDescription
Public PropertyAddCalculatedMembersGets or sets a value indicating whether all set expressions of this axis should be wrapped with AddCalculatedMembers method.  
Public PropertyAddDimensionPropertiesGets or sets a value indicating whether DIMENSION PROPERTIES clause is present for axis' expression.  
Public PropertyDimensionPropertiesGets the list of the dimension properties to be present on this axis expression.  
Public PropertyDistinctGets or sets a value indicating whether the axis' expression should be wrapped with Distinct method.  
Public PropertyHierarchizeGets or sets a value indicating whether the axis' expression should be wrapped with Hierarchize method.  
Public PropertyMdxSetSettingsGets the MDX set settings applied to all sets of this axis.  
Public PropertyNonEmptyGets or sets a value indicating whether NON EMPTY clause is present for axis' expression.  
Public PropertyVisualTotalsGets or sets a value indicating whether all set expressions of this axis should be wrapped with VisualTotals method.  
See Also