AggregationDesign.Dimensions Property

 

Applies To: SQL Server 2016 Preview

Gets the dimensions associated with an AggregationDesign.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.AggregationDesignDimensionCollection

A collection of dimensions.

See Also

AggregationDesign Class
Microsoft.AnalysisServices Namespace

Return to top