Gets or sets AggregateTableFactory object which creates an aggregate function.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
C# |
---|
public AggregateFunctionFactory Aggregate { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Aggregate As AggregateFunctionFactory |
Visual C++ |
---|
public: property AggregateFunctionFactory^ Aggregate { AggregateFunctionFactory^ get (); void set (AggregateFunctionFactory^ value); } |