다음을 통해 공유


Dimension.Type 속성

Gets or sets the type of Dimension object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property Type As DimensionType 
    Get 
    Set
‘사용 방법
Dim instance As Dimension 
Dim value As DimensionType 

value = instance.Type

instance.Type = value
public DimensionType Type { get; set; }
public:
property DimensionType Type {
    DimensionType get ();
    void set (DimensionType value);
}
member Type : DimensionType with get, set
function get Type () : DimensionType 
function set Type (value : DimensionType)

속성 값

유형: Microsoft.AnalysisServices.DimensionType
An enumeration containing dimension types. The default is Regular

주의

Provides both the Analysis Services applications and client applications with information about the contents of a Dimension.

참고 항목

참조

Dimension 클래스

Microsoft.AnalysisServices 네임스페이스