Dimension.DimensionType 속성

Gets the dimension type of the Dimension.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.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.AdomdServer.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.AdomdServer 네임스페이스