Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returned by Type to determine if the CubeDef represents a dimension or a cube.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Enumeration CubeType
'Usage
Dim instance As CubeType
public enum CubeType
public enum class CubeType
type CubeType
public enum CubeType
Members
| Member name | Description | |
|---|---|---|
| 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. |