データアクセス設定のコレクション定義
| C# | Visual Basic | Visual C++ |
public class DataAccessConfigCollection : ConfigurationElementCollection
Public Class DataAccessConfigCollection _ Inherits ConfigurationElementCollection
public ref class DataAccessConfigCollection : public ConfigurationElementCollection
| すべてのメンバ | コンストラクタ | メソッド | プロパティ | ||
| メンバ | 説明 | |
|---|---|---|
| DataAccessConfigCollection()()() |
デフォルト構築
| |
| Add(DataAccessConfigElement) |
要素追加
| |
| AddElementName |
要素追加
| |
| BaseAdd(ConfigurationElement) |
要素追加
( ConfigurationElementCollection.BaseAdd(ConfigurationElement) をオーバーライドします。) | |
| Clear()()() |
要素クリア
| |
| ClearElementName |
要素クリア
| |
| CollectionType |
コレクションタイプ
( ConfigurationElementCollection.CollectionType をオーバーライドします。) | |
| Count |
要素の個数
| |
| CreateNewElement()()() |
新規要素生成
( ConfigurationElementCollection.CreateNewElement()()() をオーバーライドします。) | |
| GetElementKey(ConfigurationElement) |
要素のキー取得
( ConfigurationElementCollection.GetElementKey(ConfigurationElement) をオーバーライドします。) | |
| IndexOf(DataAccessConfigElement) |
要素の序列
| |
| Item[([(Int32])]) |
インデクサ
| |
| Item[([(String])]) |
インデクサ
| |
| Remove(DataAccessConfigElement) |
要素削除
| |
| Remove(String) |
要素削除
| |
| RemoveAt(Int32) |
要素削除
| |
| RemoveElementName |
要素削除
|
| Object | |||
| ConfigurationElement | |||
| ConfigurationElementCollection | |||
| DataAccessConfigCollection | |||