AggregationDesign Class
データベース内の複数のパーティションで共有できる一連の集計定義を定義します。このクラスは継承できません。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (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
継承階層
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.NamedComponent
Microsoft.AnalysisServices.MajorObject
Microsoft.AnalysisServices.AggregationDesign
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
AggregationDesign Members
Microsoft.AnalysisServices Namespace