次の方法で共有


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 から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド Find(String) 指定した名前の AdomdRestriction をコレクションから取得します。
パブリック メソッド Find(String, String) 指定した名前および名前空間の AdomdRestriction をコレクションから取得します。
パブリック メソッド GetEnumerator コレクションの繰り返し処理で使用する AdomdRestrictionCollection..::..Enumerator クラスのインスタンスを取得します。
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetLifetimeService (MarshalByRefObject から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド IndexOf AdomdRestrictionCollection コレクションにおける、制限の最初の発生に対する 0 から始まるインデックスを返します。
パブリック メソッド InitializeLifetimeService (MarshalByRefObject から継承されています。)
パブリック メソッド Insert 制限を AdomdRestrictionCollection コレクション内の指定したインデックスに挿入します。
プロテクト メソッド MemberwiseClone() () () () (Object から継承されています。)
プロテクト メソッド MemberwiseClone(Boolean) (MarshalByRefObject から継承されています。)
パブリック メソッド Remove AdomdRestrictionCollection コレクションから、特定の制限の最初の発生を削除します。
パブリック メソッド RemoveAt AdomdRestrictionCollection コレクションの指定したインデックスの制限を削除します。
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

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