AdomdPropertyCollection クラス
AdomdCommand に含まれる AdomdProperty オブジェクトのコレクションを表します。
継承階層
System.Object
System.MarshalByRefObject
Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public NotInheritable Class AdomdPropertyCollection _
Inherits MarshalByRefObject _
Implements IList, ICollection, IEnumerable
'使用
Dim instance As AdomdPropertyCollection
public sealed class AdomdPropertyCollection : MarshalByRefObject,
IList, ICollection, IEnumerable
public ref class AdomdPropertyCollection sealed : public MarshalByRefObject,
IList, ICollection, IEnumerable
[<SealedAttribute>]
type AdomdPropertyCollection =
class
inherit MarshalByRefObject
interface IList
interface ICollection
interface IEnumerable
end
public final class AdomdPropertyCollection extends MarshalByRefObject implements IList, ICollection, IEnumerable
AdomdPropertyCollection 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Count | AdomdPropertyCollection に含まれる AdomdProperty オブジェクトの数を取得します。 | |
IsFixedSize | AdomdPropertyCollection が固定サイズかどうかを示す値を取得します。 | |
IsReadOnly | AdomdPropertyCollection が読み取り専用かどうかを示す値を取得します。 | |
IsSynchronized | AdomdPropertyCollection へのアクセスが同期されるかどうか (スレッド セーフかどうか) を示す値を取得します。 | |
Item | AdomdPropertyCollection から指定したインデックスの AdomdProperty を取得します。値の設定も可能です。Microsoft Visual C# の場合、このプロパティは AdomdPropertyCollection クラスのインデクサーとなります。 | |
SyncRoot | AdomdPropertyCollection へのアクセスの同期に使用できるオブジェクトを取得します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Add(AdomdProperty) | AdomdPropertyCollection に AdomdProperty を追加します。 | |
Add(String, Object) | 指定したプロパティ名と値で、新しい AdomdProperty を作成します。 | |
Add(String, String, Object) | 指定したプロパティ名、名前空間、および値で、新しい AdomdProperty を作成します。 | |
Clear | AdomdPropertyCollection からすべてのプロパティを削除します。 | |
Contains | プロパティが AdomdPropertyCollection に存在するかどうかを示します。 | |
CopyTo | 指定した配列に AdomdPropertyCollection の要素をコピーします。 | |
CreateObjRef | セキュリティ クリティカル。 (MarshalByRefObject から継承されています。) | |
Equals | (Object から継承されています。) | |
Find(String) | 指定した名前の AdomdProperty を AdomdPropertyCollection から取得します。 | |
Find(String, String) | 指定した名前および名前空間の AdomdProperty を AdomdPropertyCollection から取得します。 | |
GetEnumerator | AdomdPropertyCollection を反復処理する列挙子を返します。 | |
GetHashCode | (Object から継承されています。) | |
GetLifetimeService | セキュリティ クリティカル。 (MarshalByRefObject から継承されています。) | |
GetType | (Object から継承されています。) | |
IndexOf | AdomdPropertyCollection における、プロパティの最初の発生に対する 0 から始まるインデックスを返します。 | |
InitializeLifetimeService | セキュリティ クリティカル。 (MarshalByRefObject から継承されています。) | |
Insert | プロパティを AdomdPropertyCollection 内の指定したインデックスに挿入します。 | |
Remove | AdomdPropertyCollection から、指定したプロパティの最初の発生を削除します。 | |
RemoveAt | AdomdPropertyCollection の指定したインデックスのプロパティを削除します。 | |
ToString | (Object から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
IList.Add | AdomdPropertyCollection にアイテムを追加します。 | |
IList.Contains | 指定した要素が AdomdPropertyCollection に含まれているかどうかを示します。 | |
ICollection.CopyTo | コピー対象の配列の指定したインデックスを開始位置として、互換性のある 1 次元配列に AdomdPropertyCollection 全体をコピーします。 | |
IEnumerable.GetEnumerator | コレクションを反復処理する列挙子を返します。 | |
IList.IndexOf | AdomdPropertyCollection 内の指定したアイテムのインデックスを示します。 | |
IList.Insert | 要素を AdomdPropertyCollection 内の指定されたインデックスに挿入します。 | |
IList.Item | 指定されたインデックス位置の要素を取得または設定します。 | |
IList.Remove | AdomdPropertyCollection から、最初に見つかった特定のオブジェクトを削除します。 |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。