Поделиться через


Свойство Aggregation.Dimensions

Gets the collection of dimensions for the Aggregation object.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As AggregationDimensionCollection 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.AnalysisServices.AggregationDimensionCollection
An AggregationDimensionCollectionobject.

См. также

Справочник

Aggregation Класс

Пространство имен Microsoft.AnalysisServices