LevelCollection クラス
Level オブジェクトのコレクションが含まれます。
継承階層
System. . :: . .Object
Microsoft.AnalysisServices. . :: . .ModelComponentCollection
Microsoft.AnalysisServices. . :: . .NamedComponentCollection
Microsoft.AnalysisServices..::..LevelCollection
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("4F938311-F1F4-40f6-B577-EF25C5581E71")> _
Public NotInheritable Class LevelCollection _
Inherits NamedComponentCollection
'使用
Dim instance As LevelCollection
[GuidAttribute("4F938311-F1F4-40f6-B577-EF25C5581E71")]
public sealed class LevelCollection : NamedComponentCollection
[GuidAttribute(L"4F938311-F1F4-40f6-B577-EF25C5581E71")]
public ref class LevelCollection sealed : public NamedComponentCollection
[<SealedAttribute>]
[<GuidAttribute("4F938311-F1F4-40f6-B577-EF25C5581E71")>]
type LevelCollection =
class
inherit NamedComponentCollection
end
public final class LevelCollection extends NamedComponentCollection
LevelCollection 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Count | ModelComponentCollection に含まれる ModelComponent オブジェクトの数を取得します。 (ModelComponentCollection から継承されています。) | |
DemandLoadingService | インフラストラクチャです。 (ModelComponentCollection から継承されています。) | |
IsFixedSize | ModelComponentCollection が固定サイズかどうかを示す値を取得します。 (ModelComponentCollection から継承されています。) | |
IsReadOnly | ModelComponentCollection が読み取り専用かどうかを示す値を取得します。 (ModelComponentCollection から継承されています。) | |
IsSynchronized | ModelComponentCollection へのアクセスが同期されるかどうか (スレッドセーフかどうか) を示す値を取得します。 (ModelComponentCollection から継承されています。) | |
Item[ ( [ ( Int32] ) ] ) | 指定したインデックスにある Level をコレクションから取得します。 | |
Item[ ( [ ( String] ) ] ) | 指定した識別子の Level をコレクションから取得します。 | |
ItemsType | ModelComponentCollection に含まれる可能性のあるオブジェクトの Type を取得します。 (ModelComponentCollection から継承されています。) | |
Parent | ModelComponentCollection を含む IModelComponent を取得します。 (ModelComponentCollection から継承されています。) | |
Preloadable | インフラストラクチャです。 (ModelComponentCollection から継承されています。) | |
SyncRoot | ModelComponentCollection へのアクセスの同期に使用できるオブジェクトを取得します。 (ModelComponentCollection から継承されています。) |
先頭に戻る
メソッド
先頭に戻る
イベント
名前 | 説明 | |
---|---|---|
CollectionChanged | インフラストラクチャです。 (ModelComponentCollection から継承されています。) | |
CollectionChanging | インフラストラクチャです。 (ModelComponentCollection から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
IList. . :: . .Add | (ModelComponentCollection から継承されています。) | |
IList. . :: . .Clear | (ModelComponentCollection から継承されています。) | |
IList. . :: . .Contains | (ModelComponentCollection から継承されています。) | |
IList. . :: . .IndexOf | (ModelComponentCollection から継承されています。) | |
IList. . :: . .Insert | (ModelComponentCollection から継承されています。) | |
IList. . :: . .Item | (ModelComponentCollection から継承されています。) | |
IList. . :: . .Remove | (ModelComponentCollection から継承されています。) | |
IList. . :: . .RemoveAt | (ModelComponentCollection から継承されています。) | |
IModelComponentCollection. . :: . .Contains | (ModelComponentCollection から継承されています。) | |
IModelComponentCollection. . :: . .Remove(IModelComponent) | (ModelComponentCollection から継承されています。) | |
IModelComponentCollection. . :: . .Remove(IModelComponent, Boolean) | (ModelComponentCollection から継承されています。) | |
IOnDemandLoadableCollection. . :: . .BlockOnDemandLoad | (ModelComponentCollection から継承されています。) | |
IOnDemandLoadableCollection. . :: . .Loaded | (ModelComponentCollection から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。