Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides both the Analysis Services Instance and client applications with information about the contents of the measure group.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Type As MeasureGroupType
Get
Set
'Usage
Dim instance As MeasureGroup
Dim value As MeasureGroupType
value = instance.Type
instance.Type = value
public MeasureGroupType Type { get; set; }
public:
property MeasureGroupType Type {
MeasureGroupType get ();
void set (MeasureGroupType value);
}
member Type : MeasureGroupType with get, set
function get Type () : MeasureGroupType
function set Type (value : MeasureGroupType)
Property Value
Type: Microsoft.AnalysisServices.MeasureGroupType
An enumeration of types.
Remarks
Defaults to type equals Regular.