Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a collection of MeasureGroups associated with a Cube.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property MeasureGroups As MeasureGroupCollection
Get
'Usage
Dim instance As Cube
Dim value As MeasureGroupCollection
value = instance.MeasureGroups
[BrowsableAttribute(false)]
public MeasureGroupCollection MeasureGroups { get; }
[BrowsableAttribute(false)]
public:
property MeasureGroupCollection^ MeasureGroups {
MeasureGroupCollection^ get ();
}
[<BrowsableAttribute(false)>]
member MeasureGroups : MeasureGroupCollection
function get MeasureGroups () : MeasureGroupCollection
Property Value
Type: Microsoft.AnalysisServices.MeasureGroupCollection
A collection that contains MeasureGroups information.