Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.AnalysisServices.MeasureGroupType
An enumeration of types.
Hinweise
Defaults to type equals Regular.