AggregationDesign Class
Defines a set of aggregation definitions that can be shared across multiple partitions in a database. This class cannot be inherited.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
구문
‘선언
<DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", GetType(IDesigner))> _
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/analysisservices/2003/engine")> _
<GuidAttribute("85599CD4-B502-429b-85E9-51DECA0284C0")> _
Public NotInheritable Class AggregationDesign
Inherits MajorObject
Implements IMajorObject, INamedComponent, IModelComponent, IComponent, _
IDisposable, ICloneable
[DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", typeof(IDesigner))]
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/analysisservices/2003/engine")]
[GuidAttribute("85599CD4-B502-429b-85E9-51DECA0284C0")]
public sealed class AggregationDesign : MajorObject, IMajorObject, INamedComponent, IModelComponent,
IComponent, IDisposable, ICloneable
[DesignerAttribute(L"Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", typeof(IDesigner))]
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/analysisservices/2003/engine")]
[GuidAttribute(L"85599CD4-B502-429b-85E9-51DECA0284C0")]
public ref class AggregationDesign sealed : public MajorObject, IMajorObject, INamedComponent, IModelComponent,
IComponent, IDisposable, ICloneable
/** @attribute DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", System.ComponentModel.Design.IDesigner) */
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/analysisservices/2003/engine") */
/** @attribute GuidAttribute("85599CD4-B502-429b-85E9-51DECA0284C0") */
public final class AggregationDesign extends MajorObject implements IMajorObject, INamedComponent,
IModelComponent, IComponent, IDisposable, ICloneable
DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", System.ComponentModel.Design.IDesigner)
XmlRootAttribute(Namespace="https://schemas.microsoft.com/analysisservices/2003/engine")
GuidAttribute("85599CD4-B502-429b-85E9-51DECA0284C0")
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
스레드 보안
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 Members
Microsoft.AnalysisServices Namespace