AdomdRestrictionCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| AdomdRestrictionCollection() |
Initializes a new instance of AdomdRestrictionCollection class. |
Properties
| Name | Description |
|---|---|
| Count |
Count |
| IsFixedSize |
IsFixedSize |
| IsReadOnly |
IsReadOnly |
| IsSynchronized |
IsSynchronized |
| Item[Int32] |
Item |
| SyncRoot |
SyncRoot |
Methods
| Name | Description |
|---|---|
| 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, String) |
Find |
| Find(String) |
Find |
| GetEnumerator() |
GetEnumerator |
| IndexOf(AdomdRestriction) |
IndexOf |
| Insert(Int32, AdomdRestriction) |
Insert |
| Remove(AdomdRestriction) |
Remove |
| RemoveAt(Int32) |
RemoveAt |