次の方法で共有


AdomdRestrictionCollection クラス

AdomdRestriction オブジェクトのコレクションを取得します。

継承階層

System.Object
  System.MarshalByRefObject
    Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)

構文

'宣言
Public NotInheritable Class AdomdRestrictionCollection _
    Inherits MarshalByRefObject _
    Implements IList, ICollection, IEnumerable
'使用
Dim instance As AdomdRestrictionCollection
public sealed class AdomdRestrictionCollection : MarshalByRefObject, 
    IList, ICollection, IEnumerable
public ref class AdomdRestrictionCollection sealed : public MarshalByRefObject, 
    IList, ICollection, IEnumerable
[<SealedAttribute>]
type AdomdRestrictionCollection =  
    class 
        inherit MarshalByRefObject 
        interface IList 
        interface ICollection 
        interface IEnumerable 
    end
public final class AdomdRestrictionCollection extends MarshalByRefObject implements IList, ICollection, IEnumerable

AdomdRestrictionCollection 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド AdomdRestrictionCollection AdomdRestrictionCollection クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Count コレクションに含まれる AdomdRestriction オブジェクトの数を取得します。
パブリック プロパティ IsFixedSize AdomdRestrictionCollection が固定サイズかどうかを示す値を取得します。
パブリック プロパティ IsReadOnly AdomdRestrictionCollection が読み取り専用かどうかを示す値を取得します。
パブリック プロパティ IsSynchronized コレクションへのアクセスが同期されるかどうか (スレッドセーフかどうか) を示す値を取得します。
パブリック プロパティ Item コレクションから指定したインデックスの AdomdRestriction を取得します。値の設定も可能です。Microsoft Visual C# の場合、このプロパティは AdomdRestrictionCollection クラスのインデクサーとなります。
パブリック プロパティ SyncRoot コレクションへのアクセスの同期に使用できるオブジェクトを取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Add(AdomdRestriction) コレクションに AdomdRestriction を追加します。
パブリック メソッド Add(String, Object) 指定したプロパティ名と値で、新しい AdomdRestriction を作成します。
パブリック メソッド Add(String, String, Object) 指定したプロパティ名、名前空間、および値で、新しい AdomdRestriction を作成します。
パブリック メソッド Clear AdomdRestrictionCollection からすべての制限を削除します。
パブリック メソッド Contains AdomdRestriction が AdomdRestrictionCollection に存在するかどうかを示します。
パブリック メソッド CopyTo 指定した配列に AdomdRestrictionCollection コレクションの要素をコピーします。
パブリック メソッド CreateObjRef セキュリティ クリティカル。 (MarshalByRefObject から継承されています。)
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド Find(String) 指定した名前の AdomdRestriction をコレクションから取得します。
パブリック メソッド Find(String, String) 指定した名前および名前空間の AdomdRestriction をコレクションから取得します。
パブリック メソッド GetEnumerator AdomdRestrictionCollection を反復処理する列挙子を返します。
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetLifetimeService セキュリティ クリティカル。 (MarshalByRefObject から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド IndexOf AdomdRestrictionCollection コレクション内で最初に見つかった制限の、0 から始まるインデックスを返します。
パブリック メソッド InitializeLifetimeService セキュリティ クリティカル。 (MarshalByRefObject から継承されています。)
パブリック メソッド Insert 制限を AdomdRestrictionCollection コレクション内の指定したインデックスに挿入します。
パブリック メソッド Remove AdomdRestrictionCollection コレクションから、特定の制限の最初の発生を削除します。
パブリック メソッド RemoveAt AdomdRestrictionCollection コレクションの指定したインデックスの制限を削除します。
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド IList.Add AdomdRestrictionCollection にアイテムを追加します。
明示的なインターフェイスの実装プライベート メソッド IList.Contains 指定した値が AdomdRestrictionCollection に含まれているかどうかを示します。
明示的なインターフェイスの実装プライベート メソッド ICollection.CopyTo 特定のインデックスを開始位置として、配列に AdomdRestrictionCollection の要素をコピーします。
明示的なインターフェイスの実装プライベート メソッド IEnumerable.GetEnumerator AdomdRestrictionCollection を反復処理する列挙子を返します。
明示的なインターフェイスの実装プライベート メソッド IList.IndexOf AdomdRestrictionCollection 内の指定したアイテムのインデックスを示します。
明示的なインターフェイスの実装プライベート メソッド IList.Insert アイテムを AdomdRestrictionCollection 内の指定したインデックスに挿入します。
明示的なインターフェイスの実装プライベート プロパティ IList.Item 指定されたインデックス位置の要素を取得または設定します。
明示的なインターフェイスの実装プライベート メソッド IList.Remove 最初に見つかった指定のオブジェクトを AdomdRestrictionCollection から削除します。

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.AnalysisServices.AdomdClient 名前空間