Énumération LevelTypeEnum

Represents the level type of a Level.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Enumeration LevelTypeEnum
'Utilisation
Dim instance As LevelTypeEnum
public enum LevelTypeEnum
public enum class LevelTypeEnum
type LevelTypeEnum
public enum LevelTypeEnum

Membres

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

Notes

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.