AggregationInstanceDimensionCollection クラス
AggregationInstanceDimension オブジェクトのコレクションが含まれます。 このクラスは継承できません。
継承階層
System.Object
Microsoft.AnalysisServices.ModelComponentCollection
Microsoft.AnalysisServices.AggregationInstanceDimensionCollection
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("BB67D036-645E-4366-BCD2-2A3F2A97A63B")> _
Public NotInheritable Class AggregationInstanceDimensionCollection _
Inherits ModelComponentCollection
'使用
Dim instance As AggregationInstanceDimensionCollection
[GuidAttribute("BB67D036-645E-4366-BCD2-2A3F2A97A63B")]
public sealed class AggregationInstanceDimensionCollection : ModelComponentCollection
[GuidAttribute(L"BB67D036-645E-4366-BCD2-2A3F2A97A63B")]
public ref class AggregationInstanceDimensionCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("BB67D036-645E-4366-BCD2-2A3F2A97A63B")>]
type AggregationInstanceDimensionCollection =
class
inherit ModelComponentCollection
end
public final class AggregationInstanceDimensionCollection extends ModelComponentCollection
AggregationInstanceDimensionCollection 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Count | ModelComponentCollection に含まれる ModelComponent オブジェクトの数を取得します。 (ModelComponentCollection から継承されています。) | |
IsFixedSize | ModelComponentCollection が固定サイズかどうかを示す値を取得します。 (ModelComponentCollection から継承されています。) | |
IsReadOnly | ModelComponentCollection が読み取り専用かどうかを示す値を取得します。 (ModelComponentCollection から継承されています。) | |
IsSynchronized | ModelComponentCollection へのアクセスが同期されるかどうか (スレッドセーフかどうか) を示す値を取得します。 (ModelComponentCollection から継承されています。) | |
Item[Int32] | 指定した AggregationInstanceDimension オブジェクトをインデックスのコレクションから取得します。 | |
Item[String] | 指定した AggregationInstanceDimension オブジェクトを取得します。 | |
Parent | ModelComponentCollection を含む IModelComponent を取得します。 (ModelComponentCollection から継承されています。) | |
SyncRoot | ModelComponentCollection へのアクセスの同期に使用できるオブジェクトを取得します。 (ModelComponentCollection から継承されています。) |
先頭に戻る
メソッド
先頭に戻る
イベント
名前 | 説明 | |
---|---|---|
CollectionChanged | インフラストラクチャです。コレクションに変更が生じた場合に発生します。 (ModelComponentCollection から継承されています。) | |
CollectionChanging | インフラストラクチャです。コレクションに変更が生じている場合に発生します。 (ModelComponentCollection から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
先頭に戻る
説明
新規: 2006 年 7 月 17 日
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。