LevelTypeEnum Enumeration

Represents the level type of a Level.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Enumeration LevelTypeEnum
'Usage
Dim instance As LevelTypeEnum
public enum LevelTypeEnum
public enum class LevelTypeEnum
type LevelTypeEnum
public enum LevelTypeEnum

Members

Member name Description
All Indicates the top (All) level of a dimension (the one that precalculates all the members of all lower levels).
Reserved1 Reserved for future use.
Time Indicates that the level is related to time.
Promotion Indicates that a level refers to a promotion.
Representative Indicates that a level refers to a sales representative.
Channel Indicates that a level exists within a distribution channel dimension.
CurrencyDestination Indicates that a level contains information about the resulting currency after a foreign exchange conversion.
CurrencySource Indicates that a level contains information about the starting currency before a foreign exchange conversion.
Company Indicates that a level contains information about a company.
Person Indicates that a level refers to an individual within a larger organization.
Utility Indicates that a level exists in a utility dimension.
Scenario Indicates that a level refers to a scenario.
ProductGroup Indicates that a level refers to a product group.
Product Indicates that a level refers to an individual product.
CustomerHousehold Indicates that a level contains information about an entire household.
CustomerGroup Indicates that a level contains information about a customer group.
Customer Indicates that a level contains information about an individual customer.
Account Indicates that a level exists within an account dimension.
Quantitative Indicates that a level refers to a quantitative member within a quantitative dimension.
BomResource Indicates that a level is part of a bill of materials dimension.
OrgUnit Indicates that a level refers to the name of a unit within a larger organization.
GeoPoint Indicates that a level refers to a location type that does not fit into the other geographic categories.
GeoPostalCode Indicates that a level refers to a postal code.
GeoCity Indicates that a level refers to a city name.
GeoCounty Indicates that a level refers to a county name.
GeoStateOrProvince Indicates that a level refers to a state or province name.
GeoCountry Indicates that a level refers to a country or region name.
GeoRegion Indicates that a level refers to a custom-defined region.
GeoContinent Indicates that a level refers to a continent name.
TimeUndefined Indicates that a level refers to an indeterminate or nonstandard measurement of time. It must be used in a dimension whose type is Time.
TimeSeconds Indicates that a level refers to seconds. It must be used in a dimension whose type is Time.
TimeMinutes Indicates that a level refers to minutes. It must be used in a dimension whose type is Time.
TimeHours Indicates that a level refers to hours. It must be used in a dimension whose type is Time.
TimeDays Indicates that a level refers to days. It must be used in a dimension whose type is Time.
TimeWeeks Indicates that a level refers to weeks. It must be used in a dimension whose type is Time.
TimeMonths Indicates that a level refers to months. It must be used in a dimension whose type is Time.
TimeQuarters Indicates that a level refers to (calendar) quarters. It must be used in a dimension whose type is Time.
TimeHalfYears Indicates that a level refers to half-years. It must be used in a dimension whose type is Time.
TimeYears Indicates that a level refers to years. It must be used in a dimension whose type is Time.
Calculated Indicates that a level is calculated.
Regular Indicates that the level is not related to time.

Remarks

The LevelType property of the Level exists primarily for transmitting formatting instructions to an application. For example, a Level with a LevelType property set to TimeDays might indicate to an application that the members of the level should be expressed in text format (that is, "Sunday", "Monday", or "Tuesday"). The value Regular can be used to signify a level that does not require any special formatting.