Enumeração CubeType

Returned by Type to determine if the CubeDef represents a dimension or a cube.

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

Sintaxe

'Declaração
Public Enumeration CubeType
'Uso
Dim instance As CubeType
public enum CubeType
public enum class CubeType
type CubeType
public enum CubeType

Membros

Nome do membro Descrição
Dimension The CubeDef represents a dimension.
Cube The CubeDef represents a cube.
Unknown It cannot be determined if the provider has specified that the CubeDef represents a cube or a dimension.