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
成員
成員名稱 | 說明 | |
---|---|---|
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. |