Свойство DimensionAttributeVisualizationProperties.DefaultAggregateFunction
Gets or sets the aggregate function to be used by reporting tools to summarize attribute values.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Property DefaultAggregateFunction As DefaultAggregateFunction
Get
Set
'Применение
Dim instance As DimensionAttributeVisualizationProperties
Dim value As DefaultAggregateFunction
value = instance.DefaultAggregateFunction
instance.DefaultAggregateFunction = value
public DefaultAggregateFunction DefaultAggregateFunction { get; set; }
public:
property DefaultAggregateFunction DefaultAggregateFunction {
DefaultAggregateFunction get ();
void set (DefaultAggregateFunction value);
}
member DefaultAggregateFunction : DefaultAggregateFunction with get, set
function get DefaultAggregateFunction () : DefaultAggregateFunction
function set DefaultAggregateFunction (value : DefaultAggregateFunction)
Значение свойства
Тип: Microsoft.AnalysisServices.DefaultAggregateFunction
The aggregate function to be used by reporting tools to summarize attribute values.