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


Свойство AggregationInstance.Dimensions

Returns the collection of dimensions associated with an AggregationInstance.

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

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As AggregationInstanceDimensionCollection 
    Get
'Применение
Dim instance As AggregationInstance 
Dim value As AggregationInstanceDimensionCollection 

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

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

Тип: Microsoft.AnalysisServices.AggregationInstanceDimensionCollection
The collection of dimension.

См. также

Справочник

AggregationInstance Класс

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