AggregationAttribute Class

Defines a DimensionAttribute as being part of a Aggregation. This class cannot be inherited.

命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

语法

声明
<DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", GetType(IDesigner))> _
<GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")> _
Public NotInheritable Class AggregationAttribute
    Inherits ModelComponent
    Implements ICloneable
[DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", typeof(IDesigner))] 
[GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")] 
public sealed class AggregationAttribute : ModelComponent, ICloneable
[DesignerAttribute(L"Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", typeof(IDesigner))] 
[GuidAttribute(L"DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")] 
public ref class AggregationAttribute sealed : public ModelComponent, ICloneable
/** @attribute DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", System.ComponentModel.Design.IDesigner) */ 
/** @attribute GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27") */ 
public final class AggregationAttribute extends ModelComponent implements ICloneable
DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", System.ComponentModel.Design.IDesigner) 
GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27") 
public final class AggregationAttribute extends ModelComponent implements ICloneable

备注

新增日期:2006 年 7 月 17 日

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.AggregationAttribute

线程安全

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 的硬件和软件要求。

请参阅

参考

AggregationAttribute Members
Microsoft.AnalysisServices Namespace