AdomdPropertyCollection 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.AdomdPropertyCollection
public sealed class AdomdPropertyCollection : MarshalByRefObject, System.Collections.IList
type AdomdPropertyCollection = class
inherit MarshalByRefObject
interface IList
interface ICollection
interface IEnumerable
Public NotInheritable Class AdomdPropertyCollection
Inherits MarshalByRefObject
Implements IList
- Inheritance
-
AdomdPropertyCollection
- Implements
Constructors
AdomdPropertyCollection() |
Properties
Count |
Count |
IsFixedSize |
IsFixedSize |
IsReadOnly |
IsReadOnly |
IsSynchronized |
IsSynchronized |
Item[Int32] |
Item |
SyncRoot |
SyncRoot |
Methods
Add(AdomdProperty) |
Add |
Add(String, Object) |
Add 1 |
Add(String, String, Object) |
Add 1 |
Clear() |
Clear |
Contains(AdomdProperty) |
Contains |
CopyTo(AdomdProperty[], Int32) |
CopyTo |
Find(String, String) |
Find 1 |
Find(String) |
Find |
GetEnumerator() |
GetEnumerator |
IndexOf(AdomdProperty) |
IndexOf |
Insert(Int32, AdomdProperty) |
Insert |
Remove(AdomdProperty) |
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) |