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