Dimension.DimensionType Property
Gets the dimension type of the Dimension.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Синтаксис
'Декларация
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
Значение свойства
A DimensionTypeEnum enumeration value that represents the dimension type of the Dimension.
Замечания
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.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Dimension Class
Dimension Members
Microsoft.AnalysisServices.AdomdClient Namespace