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.