Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the specified type of attribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Type As MeasureGroupAttributeType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.AnalysisServices.MeasureGroupAttributeType
The type of attribute.