Condividi tramite


Enumerazione CubeType

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public Enumeration CubeType
'Utilizzo
Dim instance As CubeType
public enum CubeType
public enum class CubeType
type CubeType
public enum CubeType

Membri

Nome membro Descrizione
Unknown It cannot be determined if the provider has specified that the CubeDef represents a cube or a dimension.
Cube The CubeDef represents a cube.
Dimension The CubeDef represents a dimension cube.