名前 | 解説 | |
---|---|---|
ParameterCollection コンストラクタ | ParameterCollectionクラスの新しいインスタンスを初期化します。 |
ParameterCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
ParameterCollection コンストラクタ | ParameterCollectionクラスの新しいインスタンスを初期化します。 |
名前 | 解説 | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。 | |
Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. System.Collections.CollectionBaseから継承されます。 | |
Item | オーバーロードされます。 指定したParameterへの参照を返します。 | |
ParseResult | レポートのパラメータ値を解析した結果を返します。 |
名前 | 解説 | |
---|---|---|
Add | ParameterCollectionに新しいParameterオブジェクトを追加します。 | |
AddRange | オーバーロードされます。 ParameterコレクションにParameterオブジェクトの領域セットを追加します。 | |
AtLeastOneNeedsPrompt | クエリプロンプトを表示するかどうかを決定します。コレクションに格納されているParameterクラスのうち、1つでもPromptUserプロパティがTrueに設定されているものが存在すれば、Trueを返します。 | |
AtLeastOneQueryCreated | コレックションでパラメータのためにクエリが作成されたかどうかを決定します。 | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。 | |
Contains | 指定したParameterオブジェクトがコレクション内に存在するかどうかを示す値を取得します。 | |
Dispose | ParameterCollectionをメモリから解放します。 | |
IndexOf | コレクション内の指定したParameterオブジェクトのインデックスを特定します。 | |
Insert | コレクション内の指定したインデックスにParameterオブジェクトを追加します。 | |
Remove | ParameterCollectionからParameterオブジェクトを削除します。 | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。 |