MdxTuple Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
MdxTuple() | Initializes a new instance of the MdxTuple class. | |
MdxTuple(String) | Initializes a new instance of the MdxTuple class from outer XML. | |
MdxTuple(array<OpenXmlElement[]) | Initializes a new instance of the MdxTuple class with the specified child elements. | |
MdxTuple(IEnumerable<OpenXmlElement>) | Initializes a new instance of the MdxTuple class with the specified child elements. |
Top