共用方式為


AggregationDesign.DesignAggregations 方法 (Double%, Double%, Int64%, Boolean%)

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Sub DesignAggregations ( _
    <OutAttribute> ByRef optimization As Double, _
    <OutAttribute> ByRef storage As Double, _
    <OutAttribute> ByRef aggregationCount As Long, _
    <OutAttribute> ByRef hasFinished As Boolean _
)
'用途
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)
public void DesignAggregations(
    out double optimization,
    out double storage,
    out long aggregationCount,
    out bool hasFinished
)
public:
void DesignAggregations(
    [OutAttribute] double% optimization, 
    [OutAttribute] double% storage, 
    [OutAttribute] long long% aggregationCount, 
    [OutAttribute] bool% hasFinished
)
member DesignAggregations : 
        optimization:float byref * 
        storage:float byref * 
        aggregationCount:int64 byref * 
        hasFinished:bool byref -> unit
public function DesignAggregations(
    optimization : double, 
    storage : double, 
    aggregationCount : long, 
    hasFinished : boolean
)

參數

  • optimization
    型別: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
    型別: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
    型別:System.Int64%
    When this method returns, contains a Long value that specifies the total number of aggregations created. This parameter is passed uninitialized.
  • hasFinished
    型別:System.Boolean%
    When this method returns, contains a Boolean value that tells if the aggregation design process has finished. This parameter is passed uninitialized.

請參閱

參考

AggregationDesign 類別

DesignAggregations 多載

Microsoft.AnalysisServices 命名空間