Condividi tramite


CubeType Enumeration

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
public enum CubeType
public enum class CubeType
public enum 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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.AnalysisServices.AdomdClient Namespace