Condividi tramite


Dimension.DimensionType Property

Gets the dimension type of the Dimension.

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

Sintassi

'Dichiarazione
Public ReadOnly Property DimensionType As DimensionTypeEnum
public DimensionTypeEnum DimensionType { get; }
public:
property DimensionTypeEnum DimensionType {
    DimensionTypeEnum get ();
}
/** @property */
public DimensionTypeEnum get_DimensionType ()
public function get DimensionType () : DimensionTypeEnum

Valore proprietà

A DimensionTypeEnum enumeration value that represents the dimension type of the Dimension.

Osservazioni

In Microsoft SQL Server 2005 Analysis Services (SSAS), dimensions can be one of several different types, each with different functionality. For example, a time dimension has certain characteristics not shared by other dimensions, such as account dimensions, that make it useful for time series analysis.

For more information, see DimensionTypeEnum.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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

Dimension Class
Dimension Members
Microsoft.AnalysisServices.AdomdClient Namespace