Version

MdxAxisFilterElement Class Properties

For a list of all members of this type, see MdxAxisFilterElement members.

Public Properties
 NameDescription
Public PropertyElementTypeGets the type of the MDX element.  
Public PropertyFilterCollectionGets a collection of all particiapting filter items. When MDX query is composed these elements have to be used as base for creation of a nested subquery (supported by SSAS) or as base for creation of a calculated members which have to be included in WHERE clause.  
Public PropertyMdxExpressionGets the MDX expression.  
Public PropertySingleFilterElementsGets the single filter elements. These elements could be included to the WHERE clause when the MDX query is composed.  
See Also