Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
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 no permite pasar argumentos de valor para referencia.
Parámetros
- optimization
- storage
- aggregationCount
- hasFinished
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
AggregationDesign Class
AggregationDesign Members
Microsoft.AnalysisServices Namespace