DimensionAttributeVisualizationProperties.DefaultAggregateFunction 속성
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.