CubeType 枚举

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

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public Enumeration CubeType
用法
Dim instance As CubeType
public enum CubeType
public enum class CubeType
type CubeType
public enum CubeType

成员

成员名称 说明
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.