MdxFunctionValues Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MDX Function Type
public enum MdxFunctionValuespublic readonly struct MdxFunctionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues>type MdxFunctionValues = type MdxFunctionValues = struct
    interface IEnumValue
    interface IEnumValueFactory<MdxFunctionValues>Public Enum MdxFunctionValuesPublic Structure MdxFunctionValues
Implements IEnumValue, IEnumValueFactory(Of MdxFunctionValues), IEquatable(Of MdxFunctionValues)- Inheritance
- 
				MdxFunctionValues
- Inheritance
- 
				MdxFunctionValues
Fields
| Name | Value | Description | 
|---|---|---|
| CubeMember | 0 | Cube Member. When the item is serialized out as xml, its value is "m". | 
| CubeValue | 1 | Cube Value. When the item is serialized out as xml, its value is "v". | 
| CubeSet | 2 | Cube Set. When the item is serialized out as xml, its value is "s". | 
| CubeSetCount | 3 | Cube Set Count. When the item is serialized out as xml, its value is "c". | 
| CubeRankedMember | 4 | Cube Ranked Member. When the item is serialized out as xml, its value is "r". | 
| CubeMemberProperty | 5 | Cube Member Property. When the item is serialized out as xml, its value is "p". | 
| CubeKPIMember | 6 | Cube KPI Member. When the item is serialized out as xml, its value is "k". | 
| CubeKPIMember | Cube KPI Member. When the item is serialized out as xml, its value is "k". | |
| CubeMember | Cube Member. When the item is serialized out as xml, its value is "m". | |
| CubeMemberProperty | Cube Member Property. When the item is serialized out as xml, its value is "p". | |
| CubeRankedMember | Cube Ranked Member. When the item is serialized out as xml, its value is "r". | |
| CubeSet | Cube Set. When the item is serialized out as xml, its value is "s". | |
| CubeSetCount | Cube Set Count. When the item is serialized out as xml, its value is "c". | |
| CubeValue | Cube Value. When the item is serialized out as xml, its value is "v". | |
| Equality(MdxFunctionValues, MdxFunctionValues) | ||
| Equals(MdxFunctionValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<MdxFunctionValues>.Create(String) | ||
| Inequality(MdxFunctionValues, MdxFunctionValues) | ||
| MdxFunctionValues(String) | Creates a new MdxFunctionValues enum instance | |
| ToString() |