Version

MdxSet Class Members

The following tables list the members exposed by MdxSet.

Public Constructors
 NameDescription
Public ConstructorMdxSet ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyElementsGets a collection of all MDX elements particiapting in this MDX set.  
Public PropertyIsEnabledGets or sets a value indicating whether this MDX is enabled. When the set is disabled it will cause no affect over the final query.  
Public PropertyMdxExpressionGets the MDX expression.  
Public PropertyMdxSettingsGets or sets the MDX settings used when the MdxExpression of this set is generated.  
Public Methods
 NameDescription
Public MethodAddElementAdds IMdxElement to this set.  
Public MethodCloneCreates a clone of this instance with all its MDX elemetns.  
Public MethodGetMdxElementsGets list of all MDX elements included in the MDX set which this instance describes.  
Public MethodRebuildExpressionRebuilds the MDX expression.  
Public MethodSupportsElementTypeCalled in order to determine if given type of element is supported and recognizable by this MDX set.  
Protected Methods
 NameDescription
Protected MethodAddCalculatedMembersWrapps this set expression with AddCalculatedMembers method.  
Protected MethodAddElementExpressionAdds the given element's MDX expression to set's expression.  
Protected MethodAddVisualTotalsWrapps this set expression with VisualTotals method.  
Protected MethodGetMdxExpressionGets the MDX expression.  
See Also