Freigeben über


Dimension.DimensionType Property

Gets the dimension type of the Dimension.

Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
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

Eigenschaftswert

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

Hinweise

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.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Dimension Class
Dimension Members
Microsoft.AnalysisServices.AdomdServer Namespace