Compartir a través de


Enumeración CubeType

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public Enumeration CubeType
'Uso
Dim instance As CubeType
public enum CubeType
public enum class CubeType
type CubeType
public enum CubeType

Miembros

Nombre del miembro Descripción
Unknown It cannot be determined if the provider has specified that the CubeDef represents a cube or a dimension.
Cube The CubeDef represents a cube.
Dimension The CubeDef represents a dimension cube.