Version

LevelType Enumeration

Represents type of the level
Syntax
'Declaration
 
Public Enum LevelType 
   Inherits System.Enum
public enum LevelType : System.Enum 
Members
MemberDescription
AccountIndicates that a level exists within an account dimension.
AllIndicates the top (All) level of a dimension (the one that precalculates all the members of all lower levels).
BillOfMaterialsResourceIndicates that a level is part of a bill of materials dimension.
CalculatedIndicates that a level is part of a bill of materials dimension.
ChannelIndicates that a level exists within a distribution channel dimension.
CompanyIndicates that a level contains information about a company.
CurrencyDestinationIndicates that a level contains information about the resulting currency after a foreign exchange conversion.
CurrencySourceIndicates that a level contains information about the starting currency before a foreign exchange conversion.
CustomerIndicates that a level contains information about an individual customer.
CustomerGroupIndicates that a level contains information about a customer group.
CustomerHouseholdIndicates that a level contains information about an entire household.
GeoCityIndicates that a level refers to a city name.
GeoContinentIndicates that a level refers to a continent name.
GeoCountryIndicates that a level refers to a country or region name.
GeoCountyIndicates that a level refers to a county name.
GeoPointIndicates that a level refers to a location type that does not fit into the other geographic categories.
GeoPostalCodeIndicates that a level refers to a postal code.
GeoRegionIndicates that a level refers to a custom-defined region.
GeoStateOrProvinceIndicates that a level refers to a state or province name.
OrgUnitIndicates that a level refers to the name of a unit within a larger organization.
PersonIndicates that a level refers to an individual within a larger organization.
ProductIndicates that a level refers to an individual product.
ProductGroupIndicates that a level refers to a product group.
PromotionIndicates that a level refers to a promotion.
QuantitativeIndicates that a level refers to a quantitative member within a quantitative dimension.
RegularIndicates that the level is not related to time.
RepresentativeIndicates that a level refers to a sales representative.
ReservedForFutureUseReserved for future use.
ScenarioIndicates that a level refers to a scenario.
TimeIndicates that the level is related to time.
TimeDaysIndicates that a level refers to days. It must be used in a dimension whose type is Time.
TimeHalfYearsIndicates that a level refers to half-years. It must be used in a dimension whose type is Time.
TimeHoursIndicates that a level refers to hours. It must be used in a dimension whose type is Time.
TimeMinutesIndicates that a level refers to minutes. It must be used in a dimension whose type is Time.
TimeMonthsIndicates that a level refers to months. It must be used in a dimension whose type is Time.
TimeQuartersIndicates that a level refers to (calendar) quarters. It must be used in a dimension whose type is Time.
TimeSecondsIndicates that a level refers to seconds. It must be used in a dimension whose type is Time.
TimeUndefinedIndicates that a level refers to an indeterminate or nonstandard measurement of time. It must be used in a dimension whose type is Time.
TimeWeeksIndicates that a level refers to an indeterminate or nonstandard measurement of time. It must be used in a dimension whose type is Time.
TimeYearsIndicates that a level refers to years. It must be used in a dimension whose type is Time.
UtilityIndicates that a level exists in a utility dimension.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also