Aggregation クラス

定義

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

[System.Runtime.InteropServices.Guid("7BA79D5E-87D3-4842-905E-DFBDA0949FBC")]
public sealed class Aggregation : Microsoft.AnalysisServices.NamedComponent, ICloneable
[<System.Runtime.InteropServices.Guid("7BA79D5E-87D3-4842-905E-DFBDA0949FBC")>]
type Aggregation = class
    inherit NamedComponent
    interface ICloneable
Public NotInheritable Class Aggregation
Inherits NamedComponent
Implements ICloneable
継承
属性
実装

コンストラクター

Aggregation()

既定値を使用して、集計クラスの新しいインスタンスを初期化します。

Aggregation(String, String)

名前と識別子を使用して、集計クラスの新しいインスタンスを初期化します。

フィールド

MaxIDLength

識別子の最大長を指定します。

(継承元 NamedComponent)
MaxNameLength

名前の最大長を指定します。

(継承元 NamedComponent)

プロパティ

Annotations

カスタム データを格納できるコレクションを取得します。

(継承元 ModelComponent)
Description

コンポーネントの説明を取得します。値の設定も可能です。

(継承元 NamedComponent)
Dimensions

集計オブジェクトのディメンションのコレクションを取得します。

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)

メソッド

AddToContainer(IContainer)

ModelComponent オブジェクトを指定したコンテナーに追加します。

(継承元 ModelComponent)
AfterInsert(Int32)

指定のインデックスに追加した後、ModelComponent オブジェクトを表示します。

(継承元 ModelComponent)
AfterMove(Int32, Int32)

指定のインデックスに移動した後、ModelComponent オブジェクトを表示します。

(継承元 ModelComponent)
AfterRemove(ModelComponentCollection)

ModelComponent オブジェクトを削除した後、ModelComponentCollection を表示します。

(継承元 ModelComponent)
BeforeRemove(Boolean)

クリーンアップする前に ModelComponent オブジェクトを削除します。

(継承元 ModelComponent)
Clone()

オブジェクトの複製を返します。

CopyTo(Aggregation)

このオブジェクトの内容を別のオブジェクト (コピー先) にコピーします。

CopyTo(ModelComponent)

指定したオブジェクトに ModelComponent オブジェクトをコピーします。

(継承元 ModelComponent)
CopyTo(NamedComponent)

NamedComponent オブジェクトを指定したオブジェクトにコピーします。

(継承元 NamedComponent)
RemoveFromContainer(IContainer)

指定したコンテナーから ModelComponent オブジェクトを削除します。

(継承元 ModelComponent)
Reset()

コンポーネントを初期状態にリセットします。

(継承元 NamedComponent)
Submit()

ModelComponent オブジェクトを送信します。

(継承元 ModelComponent)
Submit(Boolean)

ModelComponent オブジェクトを送信します。

(継承元 ModelComponent)
ToString()

名前付きコンポーネントを表す文字列を返します。

(継承元 NamedComponent)
Validate(ValidationErrorCollection)

追加先の要素を検証します。コレクション内で検出されたエラーが返されます。

(継承元 ModelComponent)
Validate(ValidationErrorCollection, Boolean)

追加先の要素を検証します。コレクション内で検出されたエラーが返されます。 パラメーターを使って、詳細なエラー情報を返すように指定できます。

(継承元 ModelComponent)
Validate(ValidationErrorCollection, Boolean, ServerEdition)

追加先の要素を検証します。コレクションに発生したエラーを返します。 パラメーターを使って、詳細なエラー情報を返すように指定できます。

明示的なインターフェイスの実装

ICloneable.Clone()

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

IFormattable.ToString(String, IFormatProvider)

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

(継承元 NamedComponent)
IHostableComponent.Host

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

(継承元 ModelComponent)
IModelComponent.FriendlyPath

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

(継承元 ModelComponent)
IModelComponent.OwningCollection

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

(継承元 ModelComponent)

適用対象