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 the collection of measures associated with a MeasureGroup.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Measures As MeasureCollection
Get
'Usage
Dim instance As MeasureGroup
Dim value As MeasureCollection
value = instance.Measures
[BrowsableAttribute(false)]
public MeasureCollection Measures { get; }
[BrowsableAttribute(false)]
public:
property MeasureCollection^ Measures {
MeasureCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Measures : MeasureCollection
function get Measures () : MeasureCollection
Property Value
Type: Microsoft.AnalysisServices.MeasureCollection
A collection of measures.