The following tables list the members exposed by MdxElementCollectionElement.
Name | Description | |
---|---|---|
MdxElementCollectionElement Constructor | Initializes a new instance of the MdxElementCollectionElement class. |
Name | Description | |
---|---|---|
CollectionElements | Gets the collection of the IMdxElement items. | |
ElementType | Gets the type of the MDX element. | |
MdxExpression | Gets the MDX expression. | |
WrapExpressionWithBrackets | Gets or sets the array with two string symbols which represents the open and the close brackets. By default if there is more than item in the CollectionElements then when the MDX is evaluated the whole MDX is wraped with curly brackets '{' and '}'. |
Name | Description | |
---|---|---|
AddElement | Adds IMdxElement item to collection. | |
RebuildExpression | Rebuilds the MDX expression. |