Énumération CubeType
Returned by Type to determine if the CubeDef represents a dimension or a cube.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public Enumeration CubeType
'Utilisation
Dim instance As CubeType
public enum CubeType
public enum class CubeType
type CubeType
public enum CubeType
Membres
Nom de membre | 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. |