Aggregation クラス
単一の集計を定義します。このクラスは継承できません。
継承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices..::..Aggregation
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("7BA79D5E-87D3-4842-905E-DFBDA0949FBC")> _
Public NotInheritable Class Aggregation _
Inherits NamedComponent _
Implements ICloneable
'使用
Dim instance As Aggregation
[GuidAttribute("7BA79D5E-87D3-4842-905E-DFBDA0949FBC")]
public sealed class Aggregation : NamedComponent,
ICloneable
[GuidAttribute(L"7BA79D5E-87D3-4842-905E-DFBDA0949FBC")]
public ref class Aggregation sealed : public NamedComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("7BA79D5E-87D3-4842-905E-DFBDA0949FBC")>]
type Aggregation =
class
inherit NamedComponent
interface ICloneable
end
public final class Aggregation extends NamedComponent implements ICloneable
Aggregation 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
Aggregation() () () () | Aggregation クラスの新しいインスタンスを既定値で初期化します。 | |
Aggregation(String, String) | 名前と識別子を使用して、Aggregation クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Annotations | カスタム データを格納できるコレクションを取得します。 (ModelComponent から継承されています。) | |
CanRaiseEvents | (Component から継承されています。) | |
Container | (Component から継承されています。) | |
Description | (NamedComponent から継承されています。) | |
DesignMode | (Component から継承されています。) | |
Dimensions | Aggregation オブジェクトのディメンションのコレクションを取得します。 | |
Events | (Component から継承されています。) | |
FriendlyName | (NamedComponent から継承されています。) | |
ID | (NamedComponent から継承されています。) | |
KeyForCollection | (NamedComponent から継承されています。) | |
Name | (NamedComponent から継承されています。) | |
OwningCollection | ModelComponent を格納するコレクションを取得します。値の設定も可能です。 (ModelComponent から継承されています。) | |
Parent | 現在の Aggregation オブジェクトに対する親 AggregationDesign オブジェクトを取得します。 | |
ParentCube | 現在の Aggregation オブジェクトに対する親 Cube オブジェクトを取得します。 | |
ParentDatabase | 現在の Aggregation オブジェクトに対する親 Database オブジェクトを取得します。 | |
ParentMeasureGroup | 現在の Aggregation オブジェクトに対する親 MeasureGroup オブジェクトを取得します。 | |
ParentServer | 現在の Aggregation オブジェクトに対する親 Server オブジェクトを取得します。 | |
Site | (NamedComponent から継承されています。) | |
SiteID | (NamedComponent から継承されています。) |
先頭に戻る
メソッド
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ICloneable. . :: . .Clone | ||
IFormattable. . :: . .ToString | (NamedComponent から継承されています。) | |
IHostableComponent. . :: . .Host | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .FriendlyPath | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .OwningCollection | (ModelComponent から継承されています。) |
先頭に戻る
説明
集計は一連のディメンションで構成されます。各ディメンションについて一連の属性があります。たとえば、集計に Customer ディメンションが含まれ、このディメンションに City 属性と Gender 属性がある場合、City と Gender の組み合わせの集計が存在します。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。