Enum LevelTypeEnum
Represents constants that specify the type of level. For more details, please refer the below link. https://msdn.microsoft.com/en-us/library/microsoft.analysisservices.adomdclient.leveltypeenum(v=sql.130).aspx
Namespace: Syncfusion.Olap.Data
Assembly: Syncfusion.Olap.Base.dll
Syntax
public enum LevelTypeEnum
Fields
Name | Description |
---|---|
Account | The type of level is Account. |
All | The type of level is All. |
BomResource | The type of level is BomResource. |
Calculated | The type of level is Calculated. |
Channel | The type of level is Channel. |
Company | The type of level is Company. |
CurrencyDestination | The type of level is CurrencyDestination. |
CurrencySource | The type of level is CurrencySource. |
Customer | The type of level is Customer. |
CustomerGroup | The type of level is CustomerGroup. |
CustomerHousehold | The type of level is CustomerHousehold. |
GeoCity | The type of level is GeoCity. |
GeoContinent | The type of level is GeoContinent. |
GeoCountry | The type of level is GeoCountry. |
GeoCounty | The type of level is County. |
GeoPoint | The type of level is GeoPoint. |
GeoPostalCode | The type of level is GeoPostalCode. |
GeoRegion | The type of level is GeoRegion. |
GeoStateOrProvince | The type of level is GeoStateOrProvince. |
OrgUnit | The type of level is OrgUnit. |
Person | The type of level is Person. |
Product | The type of level is Product. |
ProductGroup | The type of level is ProductGroup. |
Promotion | The type of level is Promotion. |
Quantitative | The type of level is Quantitative. |
Regular | The type of level is Regular. |
Representative | The type of level is Representative. |
Reserved1 | The type of level is Reserved1. |
Scenario | The type of level is Scenario. |
Time | The type of level is Time. |
TimeDays | The type of level is TimeDays. |
TimeHalfYears | The type of level is TimeHalfYears. |
TimeHours | The type of level is TimeHours. |
TimeMinutes | The type of level is TimeMinutes. |
TimeMonths | The type of level is TimeMonths. |
TimeQuarters | The type of level is TimeQuarters. |
TimeSeconds | The type of level is TimeSeconds. |
TimeUndefined | The type of level is TimeUndefined. |
TimeWeeks | The type of level is TimeWeeks. |
TimeYears | The type of level is TimeYears. |
Utility | The type of level is Utility. |