Поделиться через


Перечисление CubeType

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

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public Enumeration CubeType
'Применение
Dim instance As CubeType
public enum CubeType
public enum class CubeType
type CubeType
public enum CubeType

Элементы

Имя элемента Описание
Cube The CubeDef represents a cube.
Dimension The CubeDef represents a dimension cube.
Unknown It cannot be determined if the provider has specified that the CubeDef represents a cube or a dimension.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices.AdomdClient