Compartilhar via


AggregationDesign.DesignAggregations Method (TimeSpan, Int32, Double, Int64, StringCollection)

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

Syntax

'Declaration
Public Function DesignAggregations ( _
    time As TimeSpan, _
    steps As Integer, _
    optimization As Double, _
    storage As Long, _
    queries As StringCollection _
) As DesignAggregationsResult
public DesignAggregationsResult DesignAggregations (
    TimeSpan time,
    int steps,
    double optimization,
    long storage,
    StringCollection queries
)
public:
DesignAggregationsResult^ DesignAggregations (
    TimeSpan time, 
    int steps, 
    double optimization, 
    long long storage, 
    StringCollection^ queries
)
public DesignAggregationsResult DesignAggregations (
    TimeSpan time, 
    int steps, 
    double optimization, 
    long storage, 
    StringCollection queries
)
public function DesignAggregations (
    time : TimeSpan, 
    steps : int, 
    optimization : double, 
    storage : long, 
    queries : StringCollection
) : DesignAggregationsResult

Parameters

  • time
     
  • steps
     
  • optimization
     
  • storage
     
  • queries
     

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

AggregationDesign Class
AggregationDesign Members
Microsoft.AnalysisServices Namespace