AggregationInstance クラス

定義

パーティションに対して定義されている Aggregation のインスタンスを表します。

[System.Runtime.InteropServices.Guid("22940FE2-7C38-4243-9996-2FC8054500B2")]
public class AggregationInstance : Microsoft.AnalysisServices.NamedComponent, ICloneable
[<System.Runtime.InteropServices.Guid("22940FE2-7C38-4243-9996-2FC8054500B2")>]
type AggregationInstance = class
    inherit NamedComponent
    interface ICloneable
Public Class AggregationInstance
Inherits NamedComponent
Implements ICloneable
継承
属性
実装

コンストラクター

AggregationInstance()

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

AggregationInstance(String)

指定した名前を使用して、AggregationInstance クラスの新しいインスタンスを初期化します。

AggregationInstance(String, String)

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

フィールド

MaxIDLength

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

(継承元 NamedComponent)
MaxNameLength

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

(継承元 NamedComponent)

プロパティ

AggregationType

AggregationInstance に格納されている集計の型を取得または設定します。

Annotations

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

(継承元 ModelComponent)
Description

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

(継承元 NamedComponent)
Dimensions

AggregationInstance に関連付けられているディメンションのコレクションを取得します。

FriendlyName

コンポーネントのわかりやすい名前を取得します。

(継承元 NamedComponent)
ID

コンポーネントの識別子を取得または設定します。

(継承元 NamedComponent)
KeyForCollection

コレクションで使用されているキーを取得します。

(継承元 NamedComponent)
Measures

AggregationInstance に関連付けられているメジャーのコレクションを取得します。

Name

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

(継承元 NamedComponent)
OwningCollection

ModelComponent を格納するコレクションを取得または設定します。

(継承元 ModelComponent)
Parent

ModelComponent オブジェクトの親である IModelComponent オブジェクトを取得します。

(継承元 ModelComponent)
Site

コンポーネントに関連付けられているサイトを取得または設定します。

(継承元 NamedComponent)
SiteID

コンポーネントに関連付けられているサイトの識別子を取得または設定します。

(継承元 NamedComponent)
Source

列バインドに関連付けられたテーブルと異なる場合は、集計のテーブル名を取得します。値の設定も可能です。

メソッド

AddToContainer(IContainer)

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

(継承元 ModelComponent)
AfterInsert(Int32)

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

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

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

(継承元 ModelComponent)
AfterRemove(ModelComponentCollection)

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

(継承元 ModelComponent)
BeforeRemove(Boolean)

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

(継承元 ModelComponent)
Clone()

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

CopyTo(AggregationInstance)

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

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)

NamedComponent が有効かどうかを判断します。

(継承元 NamedComponent)

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

ICloneable.Clone()

パーティションに対して定義されている Aggregation のインスタンスを表します。

IFormattable.ToString(String, IFormatProvider)

パーティションに対して定義されている Aggregation のインスタンスを表します。

(継承元 NamedComponent)
IHostableComponent.Host

パーティションに対して定義されている Aggregation のインスタンスを表します。

(継承元 ModelComponent)
IModelComponent.FriendlyPath

パーティションに対して定義されている Aggregation のインスタンスを表します。

(継承元 ModelComponent)
IModelComponent.OwningCollection

パーティションに対して定義されている Aggregation のインスタンスを表します。

(継承元 ModelComponent)

適用対象