Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates aggregations for an aggregation design on the Analysis Services instance.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub DesignAggregations ( _
<OutAttribute> ByRef optimization As Double, _
<OutAttribute> ByRef storage As Double, _
<OutAttribute> ByRef aggregationCount As Long, _
<OutAttribute> ByRef hasFinished As Boolean _
)
'Usage
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
)
Parameter
- optimization
Typ: 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
Typ: 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
Typ: System.Int64%
When this method returns, contains a Long value that specifies the total number of aggregations created. This parameter is passed uninitialized.
- hasFinished
Typ: System.Boolean%
When this method returns, contains a Boolean value that tells if the aggregation design process has finished. This parameter is passed uninitialized.