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