Metoda AggregationDesign.DesignAggregations (Double%, Double%, Int64%, Boolean%)
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub DesignAggregations ( _
<OutAttribute> ByRef optimization As Double, _
<OutAttribute> ByRef storage As Double, _
<OutAttribute> ByRef aggregationCount As Long, _
<OutAttribute> ByRef hasFinished As Boolean _
)
'Użycie
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
)
Parametry
- optimization
Typ: System.Double%
- storage
Typ: System.Double%
- aggregationCount
Typ: System.Int64%
- hasFinished
Typ: System.Boolean%
Zobacz także