Share via


Aggregation.Dimensions Property

Gets the collection of dimensions for the Aggregation object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As AggregationDimensionCollection 
    Get
'Usage
Dim instance As Aggregation 
Dim value As AggregationDimensionCollection 

value = instance.Dimensions
[BrowsableAttribute(false)]
public AggregationDimensionCollection Dimensions { get; }
[BrowsableAttribute(false)]
public:
property AggregationDimensionCollection^ Dimensions {
    AggregationDimensionCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Dimensions : AggregationDimensionCollection
function get Dimensions () : AggregationDimensionCollection

Property Value

Type: Microsoft.AnalysisServices.AggregationDimensionCollection
An AggregationDimensionCollectionobject.

See Also

Reference

Aggregation Class

Microsoft.AnalysisServices Namespace