CubeType Enumeration
Returned by Type to determine if the CubeDef represents a dimension or a cube.
Espace de noms: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntaxe
'Déclaration
Public Enumeration CubeType
public enum CubeType
public enum class CubeType
public enum CubeType
public enum CubeType
Members
Member name | Description |
---|---|
Cube | The CubeDef represents a cube. |
Dimension | The CubeDef represents a dimension. |
Unknown | It cannot be determined if the provider has specified that the CubeDef represents a cube or a dimension. |
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.