次の方法で共有


Aggregation Class

単一の集計を定義します。このクラスは継承できません。

名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)

構文

'宣言
<DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", GetType(IDesigner))> _
<GuidAttribute("7BA79D5E-87D3-4842-905E-DFBDA0949FBC")> _
Public NotInheritable Class Aggregation
    Inherits NamedComponent
    Implements ICloneable
[DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", typeof(IDesigner))] 
[GuidAttribute("7BA79D5E-87D3-4842-905E-DFBDA0949FBC")] 
public sealed class Aggregation : NamedComponent, ICloneable
[DesignerAttribute(L"Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", typeof(IDesigner))] 
[GuidAttribute(L"7BA79D5E-87D3-4842-905E-DFBDA0949FBC")] 
public ref class Aggregation sealed : public NamedComponent, ICloneable
/** @attribute DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", System.ComponentModel.Design.IDesigner) */ 
/** @attribute GuidAttribute("7BA79D5E-87D3-4842-905E-DFBDA0949FBC") */ 
public final class Aggregation extends NamedComponent implements ICloneable
DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", System.ComponentModel.Design.IDesigner) 
GuidAttribute("7BA79D5E-87D3-4842-905E-DFBDA0949FBC") 
public final class Aggregation extends NamedComponent implements ICloneable

解説

集計は一連のディメンションで構成されます。各ディメンションについて一連の属性があります。たとえば、集計に Customer ディメンションが含まれ、このディメンションに City 属性と Gender 属性がある場合、City と Gender の組み合わせの集計が存在します。

継承階層

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.AnalysisServices.ModelComponent
         Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.Aggregation

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

Aggregation Members
Microsoft.AnalysisServices Namespace