AggregationDesign.DesignAggregations Method (Double%, Double%, Int64%, Boolean%)

Creates aggregations for an aggregation design on the Analysis Services instance.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

VB
'Declaration
Public Sub DesignAggregations ( _
    <OutAttribute> ByRef optimization As Double, _
    <OutAttribute> ByRef storage As Double, _
    <OutAttribute> ByRef aggregationCount As Long, _
    <OutAttribute> ByRef hasFinished As Boolean _
)
'Usage
Dim instance As AggregationDesign 
Dim optimization As Double 
Dim storage As Double 
Dim aggregationCount As Long 
Dim hasFinished As Boolean

instance.DesignAggregations(optimization, _
    storage, aggregationCount, hasFinished)

Parameters

  • optimization
    Type: System.Double%
    When this method returns, contains a Double value that specifies the level of performance improvement reached in the aggregation design process. This parameter is passed uninitialized.
  • storage
    Type: System.Double%
    When this method returns, contains a Double value that specifies the maximum amount of storage (in bytes) required for aggregations. This parameter is passed uninitialized.
  • aggregationCount
    Type: System.Int64%
    When this method returns, contains a Long value that specifies the total number of aggregations created. This parameter is passed uninitialized.
  • hasFinished
    Type: System.Boolean%
    When this method returns, contains a Boolean value that tells if the aggregation design process has finished. This parameter is passed uninitialized.

See Also

Reference

AggregationDesign Class

DesignAggregations Overload

Microsoft.AnalysisServices Namespace