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 から継承されています。) | |
IsFixedSize | ModelComponentCollection が固定サイズかどうかを示す値を取得します。 (ModelComponentCollection から継承されています。) | |
IsReadOnly | ModelComponentCollection が読み取り専用かどうかを示す値を取得します。 (ModelComponentCollection から継承されています。) | |
IsSynchronized | ModelComponentCollection へのアクセスが同期されるかどうか (スレッドセーフかどうか) を示す値を取得します。 (ModelComponentCollection から継承されています。) | |
Item[Int32] | 指定したインデックスにある Level をコレクションから取得します。 | |
Item[String] | 指定した識別子の Level をコレクションから取得します。 | |
Parent | ModelComponentCollection を含む IModelComponent を取得します。 (ModelComponentCollection から継承されています。) | |
SyncRoot | ModelComponentCollection へのアクセスの同期に使用できるオブジェクトを取得します。 (ModelComponentCollection から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Add() | Level を作成してコレクションの末尾に追加します。 | |
Add(String) | 指定した識別子の Level を作成し、コレクションの末尾に追加します。 | |
Add(Level) | Level をコレクションの末尾に追加します。 | |
Add(ModelComponent) | インフラストラクチャです。NamedComponentCollection に ModelComponent オブジェクトを追加します。 (NamedComponentCollection から継承されています。) | |
Add(String, String) | 指定した名前および識別子の Level を作成し、コレクションの末尾に追加します。 | |
Add(ModelComponent, Boolean) | インフラストラクチャです。ModelComponentCollection に ModelComponent オブジェクトを追加します。 (ModelComponentCollection から継承されています。) | |
CanAdd | インフラストラクチャです。ModelComponent をコレクションに追加できるかどうかを示します。 (NamedComponentCollection から継承されています。) | |
ChangeKey | インフラストラクチャです。コレクションに指定するキーを変更します。 (ModelComponentCollection から継承されています。) | |
Clear | すべての要素を ModelComponentCollection から削除します。 (ModelComponentCollection から継承されています。) | |
Contains(String) | 指定した識別子の Level がコレクションに含まれているかどうかを示します。 | |
Contains(Level) | 指定した Level がコレクションに含まれているかどうかを示します。 | |
ContainsName | コンポーネントにその名前が含まれているかどうかを示します。 (NamedComponentCollection から継承されています。) | |
CopyTo | 1 次元の Array に ModelComponentCollection 全体をコピーします。その際、コピー対象の配列の指定したインデックスからコピーを開始します。 (ModelComponentCollection から継承されています。) | |
Equals | (Object から継承されています。) | |
Find | 指定した識別子の Level をコレクションから取得します。 | |
FindByName | 指定した名前の Level をコレクションから取得します。 | |
GetByName | 指定した名前の Level をコレクションから取得します。 | |
GetEnumerator | ModelComponentCollection を繰り返し処理できる列挙子を返します。 (ModelComponentCollection から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetNewID() | コンポーネントの新しい一意の ID を取得します。 (NamedComponentCollection から継承されています。) | |
GetNewID(String) | 新しい一意の ID の値を取得します。 (NamedComponentCollection から継承されています。) | |
GetNewName() | コンポーネントの新しい一意の名前を取得します。 (NamedComponentCollection から継承されています。) | |
GetNewName(String) | 指定された名前プレフィックスを持つ、コンポーネントの新しい一意の名前を取得します。 (NamedComponentCollection から継承されています。) | |
GetType | (Object から継承されています。) | |
IndexOf(String) | 指定した識別子の Level のインデックスを取得します。 | |
IndexOf(Level) | 指定した Level のインデックスを取得します。 | |
IndexOfName | 名前によって識別される NamedComponent のインデックスをコレクションから取得します。 (NamedComponentCollection から継承されています。) | |
Insert(Int32) | Level を作成し、コレクション内の指定したインデックスに挿入します。 | |
Insert(Int32, Level) | Level をコレクション内の指定したインデックスに挿入します。 | |
Insert(Int32, String) | 指定した名前の Level を作成し、コレクション内の指定したインデックスに挿入します。 | |
Insert(Int32, ModelComponent) | インフラストラクチャです。ModelComponent を NamedComponentCollection に挿入します。 (NamedComponentCollection から継承されています。) | |
Insert(Int32, String, String) | 指定した名前および識別子の Level を作成し、コレクション内の指定したインデックスに挿入します。 | |
IsValidID(String) | 名前付きコンポーネントのコレクション識別子が有効かどうかを示します。 (NamedComponentCollection から継承されています。) | |
IsValidID(String, String%) | 名前付きコンポーネントのコレクション識別子が有効かどうかを示します。 (NamedComponentCollection から継承されています。) | |
IsValidName(String) | 名前付きコンポーネントのコレクション名が有効かどうかを示します。 (NamedComponentCollection から継承されています。) | |
IsValidName(String, String%) | 名前付きコンポーネントのコレクション名が有効かどうかを示します。 (NamedComponentCollection から継承されています。) | |
IsValidName(String, Type, ModelType, Int32, String%) | (NamedComponentCollection から継承されています。) | |
Move(Int32, Int32) | 指定した現在のインデックスにある Level を、コレクション内の指定した新しいインデックスに移動します。 | |
Move(String, Int32) | 指定した識別子の Level を、コレクション内の指定したインデックスに移動します。 | |
Move(Level, Int32) | Level をコレクション内の新しいインデックスに移動します。 | |
Remove(String) | 指定した識別子の Level をコレクションから削除します。 | |
Remove(IModelComponent) | 指定した IModelComponent をコレクションから削除します。 (ModelComponentCollection から継承されています。) | |
Remove(Level) | 指定した Level をコレクションから削除します。 | |
Remove(String, Boolean) | インフラストラクチャです。Level をこのコレクションから削除します。 | |
Remove(Level, Boolean) | インフラストラクチャです。指定した Level をこのコレクションから削除します。 | |
RemoveAt(Int32) | 指定したインデックスにある IModelComponent を ModelComponentCollection から削除します。 (ModelComponentCollection から継承されています。) | |
RemoveAt(Int32, Boolean) | インフラストラクチャです。指定したインデックスにある IModelComponent を ModelComponentCollection から削除します。 (ModelComponentCollection から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
イベント
名前 | 説明 | |
---|---|---|
CollectionChanged | インフラストラクチャです。コレクションに変更が生じた場合に発生します。 (ModelComponentCollection から継承されています。) | |
CollectionChanging | インフラストラクチャです。コレクションに変更が生じている場合に発生します。 (ModelComponentCollection から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。