The following tables list the members exposed by MdxSet.
| Name | Description | |
|---|---|---|
|  | MdxSet Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|  | Elements | Gets a collection of all MDX elements particiapting in this MDX set. | 
|  | IsEnabled | Gets or sets a value indicating whether this MDX is enabled. When the set is disabled it will cause no affect over the final query. | 
|  | MdxExpression | Gets the MDX expression. | 
|  | MdxSettings | Gets or sets the MDX settings used when the MdxExpression of this set is generated. | 
| Name | Description | |
|---|---|---|
|  | AddElement | Adds IMdxElement to this set. | 
|  | Clone | Creates a clone of this instance with all its MDX elemetns. | 
|  | GetMdxElements | Gets list of all MDX elements included in the MDX set which this instance describes. | 
|  | RebuildExpression | Rebuilds the MDX expression. | 
|  | SupportsElementType | Called in order to determine if given type of element is supported and recognizable by this MDX set. | 
| Name | Description | |
|---|---|---|
|  | AddCalculatedMembers | Wrapps this set expression with AddCalculatedMembersmethod. | 
|  | AddElementExpression | Adds the given element's MDX expression to set's expression. | 
|  | AddVisualTotals | Wrapps this set expression with VisualTotalsmethod. | 
|  | GetMdxExpression | Gets the MDX expression. |