Поделиться через


Свойство 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