Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the aggregate function to be used by reporting tools to summarize attribute values.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property DefaultAggregateFunction As DefaultAggregateFunction
Get
Set
'Usage
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)
Property Value
Type: Microsoft.AnalysisServices.DefaultAggregateFunction
The aggregate function to be used by reporting tools to summarize attribute values.