Udostępnij przez


AggregationDesign Class

Defines a set of aggregation definitions that can be shared across multiple partitions in a database. This class cannot be inherited.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Deklaracja
<GuidAttribute("85599CD4-B502-429b-85E9-51DECA0284C0")> _
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/analysisservices/2003/engine")> _
<DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", GetType(IDesigner))> _
Public NotInheritable Class AggregationDesign
    Inherits MajorObject
    Implements IMajorObject, INamedComponent, IModelComponent, IComponent, _
    IDisposable, ICloneable
[GuidAttribute("85599CD4-B502-429b-85E9-51DECA0284C0")] 
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/analysisservices/2003/engine")] 
[DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", typeof(IDesigner))] 
public sealed class AggregationDesign : MajorObject, IMajorObject, INamedComponent, IModelComponent, 
    IComponent, IDisposable, ICloneable
[GuidAttribute(L"85599CD4-B502-429b-85E9-51DECA0284C0")] 
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/analysisservices/2003/engine")] 
[DesignerAttribute(L"Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", typeof(IDesigner))] 
public ref class AggregationDesign sealed : public MajorObject, IMajorObject, INamedComponent, IModelComponent, 
    IComponent, IDisposable, ICloneable
/** @attribute GuidAttribute("85599CD4-B502-429b-85E9-51DECA0284C0") */ 
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/analysisservices/2003/engine") */ 
/** @attribute DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", System.ComponentModel.Design.IDesigner) */ 
public final class AggregationDesign extends MajorObject implements IMajorObject, INamedComponent, 
    IModelComponent, IComponent, IDisposable, ICloneable
GuidAttribute("85599CD4-B502-429b-85E9-51DECA0284C0") 
XmlRootAttribute(Namespace="https://schemas.microsoft.com/analysisservices/2003/engine") 
DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", System.ComponentModel.Design.IDesigner) 
public final class AggregationDesign extends MajorObject implements IMajorObject, INamedComponent, 
    IModelComponent, IComponent, IDisposable, ICloneable

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.AnalysisServices.ModelComponent
         Microsoft.AnalysisServices.NamedComponent
           Microsoft.AnalysisServices.MajorObject
            Microsoft.AnalysisServices.AggregationDesign

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.

Target Platforms

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