Свойство AggregationDesign.Dimensions
Gets the dimensions associated with an AggregationDesign.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As AggregationDesignDimensionCollection
Get
'Применение
Dim instance As AggregationDesign
Dim value As AggregationDesignDimensionCollection
value = instance.Dimensions
[BrowsableAttribute(false)]
public AggregationDesignDimensionCollection Dimensions { get; }
[BrowsableAttribute(false)]
public:
property AggregationDesignDimensionCollection^ Dimensions {
AggregationDesignDimensionCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Dimensions : AggregationDesignDimensionCollection
function get Dimensions () : AggregationDesignDimensionCollection
Значение свойства
Тип: Microsoft.AnalysisServices.AggregationDesignDimensionCollection
A collection of dimensions.