Compartilhar via


Propriedade do RDL MeasureGroupAttribute.Type

Gets the specified type of attribute.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Property Type As MeasureGroupAttributeType 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.AnalysisServices.MeasureGroupAttributeType
The type of attribute.

Consulte também

Referência

MeasureGroupAttribute Classe

Namespace Microsoft.AnalysisServices