DimensionType 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.
Provides both the Analysis server and client applications with information about the dimension contents.
[System.Runtime.InteropServices.Guid("FDC2AA4D-77F7-4df8-ADA1-70EE3836F3FD")]
public enum DimensionType
[<System.Runtime.InteropServices.Guid("FDC2AA4D-77F7-4df8-ADA1-70EE3836F3FD")>]
type DimensionType =
Public Enum DimensionType
- Inheritance
-
DimensionType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Regular | 0 | Dimension is a regular dimension structure. |
Time | 1 | Dimension is of date-time structure. |
Geography | 2 | Dimension is of geography structure. |
Organization | 3 | Dimension is of organization structure. |
BillOfMaterials | 4 | Dimension is of bill of materials structure. |
Accounts | 5 | Dimension is of general ledger accounts structure. |
Customers | 6 | Dimension is of customer structure. |
Products | 7 | Dimension is of products structure. |
Scenario | 8 | Dimension is of scenario structure. |
Quantitative | 9 | Dimension is of quantitative structure. |
Utility | 10 | Dimension is of utility structure. |
Currency | 11 | Dimension is of currency structure. |
Rates | 12 | Dimension is of rates structure. |
Channel | 13 | Dimension is of media channels structure. |
Promotion | 14 | Dimension is of promotion structure. |
Remarks
Default value is Regular.