AdomdParameterCollection クラス
AdomdCommand オブジェクトに含まれる AdomdParameter オブジェクトのコレクションを取得します。
継承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
Microsoft.AnalysisServices.AdomdClient..::..AdomdParameterCollection
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public NotInheritable Class AdomdParameterCollection _
Inherits MarshalByRefObject _
Implements IDataParameterCollection, IList, ICollection, IEnumerable
'使用
Dim instance As AdomdParameterCollection
public sealed class AdomdParameterCollection : MarshalByRefObject,
IDataParameterCollection, IList, ICollection, IEnumerable
public ref class AdomdParameterCollection sealed : public MarshalByRefObject,
IDataParameterCollection, IList, ICollection, IEnumerable
[<SealedAttribute>]
type AdomdParameterCollection =
class
inherit MarshalByRefObject
interface IDataParameterCollection
interface IList
interface ICollection
interface IEnumerable
end
public final class AdomdParameterCollection extends MarshalByRefObject implements IDataParameterCollection, IList, ICollection, IEnumerable
AdomdParameterCollection 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Count | AdomdParameterCollection コレクションに含まれる AdomdParameter オブジェクトの数を取得します。 | |
Item[ ( [ ( Int32] ) ] ) | 指定したインデックスの AdomdParameter オブジェクトを AdomdParameterCollection コレクションから取得します。Microsoft Visual C# の場合、このプロパティは AdomdParameterCollection クラスのインデクサとなります。 | |
Item[ ( [ ( String] ) ] ) | 指定した名前の AdomdParameter オブジェクトを AdomdParameterCollection コレクションから取得します。Microsoft Visual C# の場合、このプロパティは AdomdParameterCollection クラスのインデクサとなります。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Add(AdomdParameter) | AdomdParameterCollection コレクションに AdomdParameter オブジェクトを追加します。 | |
Add(String, Object) | 指定したプロパティ名と値を持つ新しい AdomdParameter オブジェクトを作成し、コレクションに追加します。 | |
Clear | AdomdParameterCollection オブジェクトからすべてのパラメータを削除します。 | |
Contains(String) | プロパティ名前が指定されると、このメソッドはパラメータが AdomdParameterCollection コレクション内に存在するかどうかを示します。 | |
Contains(AdomdParameter) | パラメータが AdomdParameterCollection コレクション内に存在するかどうかを示します。 | |
CopyTo | 指定した配列に AdomdParameterCollection コレクションの要素をコピーします。 | |
CreateObjRef | (MarshalByRefObject から継承されています。) | |
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
Find | 指定した名前の AdomdParameter オブジェクトを AdomdParameterCollection コレクションから取得します。 | |
GetHashCode | (Object から継承されています。) | |
GetLifetimeService | (MarshalByRefObject から継承されています。) | |
GetType | (Object から継承されています。) | |
IndexOf(String) | プロパティ名が指定されると、このメソッドは、AdomdParameterCollection コレクションにおける、パラメータの最初の発生に対する 0 から始まるインデックスを返します。 | |
IndexOf(AdomdParameter) | AdomdParameterCollection コレクションにおける、パラメータの最初の発生に対する 0 から始まるインデックスを返します。 | |
InitializeLifetimeService | (MarshalByRefObject から継承されています。) | |
Insert | パラメータを AdomdParameterCollection コレクション内の指定したインデックスに挿入します。 | |
MemberwiseClone() () () () | (Object から継承されています。) | |
MemberwiseClone(Boolean) | (MarshalByRefObject から継承されています。) | |
Remove | AdomdParameterCollection オブジェクトから、特定のパラメータの最初の発生を削除します。 | |
RemoveAt(Int32) | AdomdParameterCollection オブジェクトの指定したインデックスのパラメータを削除します。 | |
RemoveAt(String) | AdomdParameterCollection オブジェクトで名前により指定されたパラメータを削除します。 | |
ToString | (Object から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。