Freigeben über


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

Parameter

  • time
     
  • steps
     
  • optimization
     
  • storage
     
  • queries
     

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

AggregationDesign Class
AggregationDesign Members
Microsoft.AnalysisServices Namespace