Condividi tramite


Proprietà DimensionAttributeVisualizationProperties.DefaultAggregateFunction

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property DefaultAggregateFunction As DefaultAggregateFunction 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

DimensionAttributeVisualizationProperties Classe

Spazio dei nomi Microsoft.AnalysisServices