Condividi tramite


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

Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintassi

'Dichiarazione
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

Parametri

  • 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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

AggregationDesign Class
AggregationDesign Members
Microsoft.AnalysisServices Namespace