AggregateFunction 속성
Gets or sets the aggregate function applied to current measure.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Property AggregateFunction As AggregationFunction
Get
Set
‘사용 방법
Dim instance As Measure
Dim value As AggregationFunction
value = instance.AggregateFunction
instance.AggregateFunction = value
public AggregationFunction AggregateFunction { get; set; }
public:
property AggregationFunction AggregateFunction {
AggregationFunction get ();
void set (AggregationFunction value);
}
member AggregateFunction : AggregationFunction with get, set
function get AggregateFunction () : AggregationFunction
function set AggregateFunction (value : AggregationFunction)
속성 값
형식: Microsoft.AnalysisServices. . :: . .AggregationFunction
An AggregationFunction enumeration value.
주의
An AggregationFunction can have the following values: AverageOfChildren, ByAccount, Count, DistinctCount, FirstChild, FirstNonEmpty, LastChild, LastNonEmpty, Max, Min, None, Sum.