Compartir a través de


DimensionAttributeVisualizationProperties.DefaultAggregateFunction Propiedad

Gets or sets the aggregate function to be used by reporting tools to summarize attribute values.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property DefaultAggregateFunction As DefaultAggregateFunction 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.DefaultAggregateFunction
The aggregate function to be used by reporting tools to summarize attribute values.

Vea también

Referencia

DimensionAttributeVisualizationProperties Clase

Espacio de nombres Microsoft.AnalysisServices