AggregationInstance クラス
パーティションに対して定義されている Aggregation のインスタンスを表します。
継承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices..::..AggregationInstance
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("22940FE2-7C38-4243-9996-2FC8054500B2")> _
Public Class AggregationInstance _
Inherits NamedComponent _
Implements ICloneable
'使用
Dim instance As AggregationInstance
[GuidAttribute("22940FE2-7C38-4243-9996-2FC8054500B2")]
public class AggregationInstance : NamedComponent,
ICloneable
[GuidAttribute(L"22940FE2-7C38-4243-9996-2FC8054500B2")]
public ref class AggregationInstance : public NamedComponent,
ICloneable
[<GuidAttribute("22940FE2-7C38-4243-9996-2FC8054500B2")>]
type AggregationInstance =
class
inherit NamedComponent
interface ICloneable
end
public class AggregationInstance extends NamedComponent implements ICloneable
AggregationInstance 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
AggregationInstance() () () () | AggregationInstance クラスの新しいインスタンスを既定値で初期化します。 | |
AggregationInstance(String) | 名前を使用して、AggregationInstance クラスの新しいインスタンスを初期化します。 | |
AggregationInstance(String, String) | 名前と識別子を使用して、AggregationInstance クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
AggregationType | AggregationInstance に格納される集計の種類を定義します。 | |
Annotations | カスタム データを格納できるコレクションを取得します。 (ModelComponent から継承されています。) | |
CanRaiseEvents | (Component から継承されています。) | |
Container | (Component から継承されています。) | |
Description | (NamedComponent から継承されています。) | |
DesignMode | (Component から継承されています。) | |
Dimensions | AggregationInstance に関連付けられたディメンションのコレクションを返します。 | |
Events | (Component から継承されています。) | |
FriendlyName | (NamedComponent から継承されています。) | |
ID | (NamedComponent から継承されています。) | |
KeyForCollection | (NamedComponent から継承されています。) | |
Measures | AggregationInstance に関連付けられたメジャーのコレクションを取得します。 | |
Name | (NamedComponent から継承されています。) | |
OwningCollection | ModelComponent を格納するコレクションを取得します。値の設定も可能です。 (ModelComponent から継承されています。) | |
Parent | インフラストラクチャです。 (ModelComponent から継承されています。) | |
Site | (NamedComponent から継承されています。) | |
SiteID | (NamedComponent から継承されています。) | |
Source | 列バインドに関連付けられたテーブルと異なる場合は、集計のテーブル名を取得します。値の設定も可能です。 |
先頭に戻る
メソッド
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ICloneable. . :: . .Clone | ||
IFormattable. . :: . .ToString | (NamedComponent から継承されています。) | |
IHostableComponent. . :: . .Host | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .FriendlyPath | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .OwningCollection | (ModelComponent から継承されています。) |
先頭に戻る
説明
Partition が AggregationDesign を使用してこのパーティションの集計を生成すると、AggregationDesign 内の各 Aggregation がこのパーティションに対してインスタンス化されます。複数のパーティションが同じ AggregationDesign を使用して、定義されている Aggregation の複数のインスタンスを生成できます。ユーザー定義集計は、AggregationDesign オブジェクトを使用せずにパーティションに作成できます。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。