Compartilhar via


AggregationDesign.DesignAggregations Method (out Double, out Double, out Int64, out Boolean)

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 _
)
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
)
public void DesignAggregations (
    /** @attribute OutAttribute() */ /** @ref */ double optimization, 
    /** @attribute OutAttribute() */ /** @ref */ double storage, 
    /** @attribute OutAttribute() */ /** @ref */ long aggregationCount, 
    /** @attribute OutAttribute() */ /** @ref */ boolean hasFinished
)
JScript does not support passing value-type arguments by reference.

Parameters

  • optimization
     
  • storage
     
  • aggregationCount
  • hasFinished
     

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

AggregationDesign Class
AggregationDesign Members
Microsoft.AnalysisServices Namespace