AggregationInstance.Dimensions Property

 

Applies To: SQL Server 2016 Preview

Returns the collection of dimensions associated with an AggregationInstance.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.AggregationInstanceDimensionCollection

The collection of dimension.

See Also

AggregationInstance Class
Microsoft.AnalysisServices Namespace

Return to top