Enumeración DimensionType
Provides both the Analysis server and client applications with information about the dimension contents.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<GuidAttribute("FDC2AA4D-77F7-4df8-ADA1-70EE3836F3FD")> _
Public Enumeration DimensionType
'Uso
Dim instance As DimensionType
[GuidAttribute("FDC2AA4D-77F7-4df8-ADA1-70EE3836F3FD")]
public enum DimensionType
[GuidAttribute(L"FDC2AA4D-77F7-4df8-ADA1-70EE3836F3FD")]
public enum class DimensionType
[<GuidAttribute("FDC2AA4D-77F7-4df8-ADA1-70EE3836F3FD")>]
type DimensionType
public enum DimensionType
Miembros
Nombre del miembro | Descripción | |
---|---|---|
Regular | Dimension is a regular dimension structure. | |
Time | Dimension is of date-time structure. | |
Geography | Dimension is of geography structure. | |
Organization | Dimension is of organization structure. | |
BillOfMaterials | Dimension is of bill of materials structure. | |
Accounts | Dimension is of general ledger accounts structure. | |
Customers | Dimension is of customer structure. | |
Products | Dimension is of products structure. | |
Scenario | Dimension is of scenario structure. | |
Quantitative | Dimension is of quantitative structure. | |
Utility | Dimension is of utility structure. | |
Currency | Dimension is of currency structure. | |
Rates | Dimension is of rates structure. | |
Channel | Dimension is of media channels structure. | |
Promotion | Dimension is of promotion structure. |
Comentarios
Nuevo: 17 de julio de 2006
Default value is Regular.