Aggregation.Dimensions Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of dimensions for the Aggregation object.

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

Syntax

[XmlArrayAttribute]
[BrowsableAttribute(false)]
[XmlArrayItemAttribute("Dimension")]
public AggregationDimensionCollection Dimensions { get; }
public:
[XmlArrayAttribute]
[BrowsableAttribute(false)]
[XmlArrayItemAttribute("Dimension")]
property AggregationDimensionCollection^ Dimensions {
    AggregationDimensionCollection^ get();
}
[<XmlArrayAttribute>]
[<BrowsableAttribute(false)>]
[<XmlArrayItemAttribute("Dimension")>]
member Dimensions : AggregationDimensionCollection with get
<XmlArrayAttribute>
<BrowsableAttribute(False)>
<XmlArrayItemAttribute("Dimension")>
Public ReadOnly Property Dimensions As AggregationDimensionCollection

Property Value

Type: Microsoft.AnalysisServices.AggregationDimensionCollection

An AggregationDimensionCollectionobject.

See Also

Aggregation Class
Microsoft.AnalysisServices Namespace

Return to top