命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices (in 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, _
queries As StringCollection _
)
public void DesignAggregations (
out double optimization,
out double storage,
out long aggregationCount,
out bool hasFinished,
StringCollection queries
)
public:
void DesignAggregations (
[OutAttribute] double% optimization,
[OutAttribute] double% storage,
[OutAttribute] long long% aggregationCount,
[OutAttribute] bool% hasFinished,
StringCollection^ queries
)
public void DesignAggregations (
/** @attribute OutAttribute() */ /** @ref */ double optimization,
/** @attribute OutAttribute() */ /** @ref */ double storage,
/** @attribute OutAttribute() */ /** @ref */ long aggregationCount,
/** @attribute OutAttribute() */ /** @ref */ boolean hasFinished,
StringCollection queries
)
JScript 不支持由引用传递值类型参数。
参数
- optimization
- storage
- aggregationCount
- hasFinished
- queries
线程安全
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.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
AggregationDesign Class
AggregationDesign Members
Microsoft.AnalysisServices Namespace