다음을 통해 공유


MeasureGroupAttribute.Type 속성

Gets the specified type of attribute.

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

구문

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

value = instance.Type

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

속성 값

유형: Microsoft.AnalysisServices.MeasureGroupAttributeType
The type of attribute.

참고 항목

참조

MeasureGroupAttribute 클래스

Microsoft.AnalysisServices 네임스페이스