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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。