Dimension.DimensionType 屬性

Gets the dimension type of the Dimension.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public ReadOnly Property DimensionType As DimensionTypeEnum 
    Get
'用途
Dim instance As Dimension 
Dim value As DimensionTypeEnum 

value = instance.DimensionType
public DimensionTypeEnum DimensionType { get; }
public:
property DimensionTypeEnum DimensionType {
    DimensionTypeEnum get ();
}
member DimensionType : DimensionTypeEnum
function get DimensionType () : DimensionTypeEnum

屬性值

型別:Microsoft.AnalysisServices.AdomdClient.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.

請參閱

參考

Dimension 類別

Microsoft.AnalysisServices.AdomdClient 命名空間