LevelCollection.Add Method
Level を作成してコレクションに追加します。
オーバーロードの一覧
名前 | 説明 |
---|---|
LevelCollection.Add () |
Level を作成してコレクションの末尾に追加します。
|
LevelCollection.Add (Level) |
Level をコレクションの末尾に追加します。
|
LevelCollection.Add (ModelComponent) | ( Add から継承されます) |
LevelCollection.Add (String) |
指定した識別子の Level を作成し、コレクションの末尾に追加します。
|
LevelCollection.Add (ModelComponent, Boolean) | ( Add から継承されます) |
LevelCollection.Add (String, IModelComponent) | ( Add から継承されます) |
LevelCollection.Add (String, String) |
指定した名前および識別子の Level を作成し、コレクションの末尾に追加します。
|
LevelCollection.Add (String, IModelComponent, Boolean) | ( Add から継承されます) |
参照
関連項目
LevelCollection Class
LevelCollection Members
Microsoft.AnalysisServices Namespace