AdomdRestrictionCollection Class

Definition

Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection

public sealed class AdomdRestrictionCollection : MarshalByRefObject, System.Collections.IList
type AdomdRestrictionCollection = class
    inherit MarshalByRefObject
    interface IList
    interface ICollection
    interface IEnumerable
Public NotInheritable Class AdomdRestrictionCollection
Inherits MarshalByRefObject
Implements IList
Inheritance
AdomdRestrictionCollection
Implements

Constructors

AdomdRestrictionCollection()

Initializes a new instance of AdomdRestrictionCollection class.

Properties

Count

Count

IsFixedSize

IsFixedSize

IsReadOnly

IsReadOnly

IsSynchronized

IsSynchronized

Item[Int32]

Item

SyncRoot

SyncRoot

Methods

Add(AdomdRestriction)

Add

Add(String, Object)

Add 1

Add(String, String, Object)

Add 1

Clear()

Clear

Contains(AdomdRestriction)

Contains

CopyTo(AdomdRestriction[], Int32)

CopyTo

Find(String)

Find

Find(String, String)

Find

GetEnumerator()

GetEnumerator

IndexOf(AdomdRestriction)

IndexOf

Insert(Int32, AdomdRestriction)

Insert

Remove(AdomdRestriction)

Remove

RemoveAt(Int32)

RemoveAt

Explicit Interface Implementations

ICollection.CopyTo(Array, Int32)
IEnumerable.GetEnumerator()
IList.Add(Object)
IList.Contains(Object)
IList.IndexOf(Object)
IList.Insert(Int32, Object)
IList.Item[Int32]
IList.Remove(Object)

Applies to