AdomdParameterCollection Class

Definition

Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection

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

Properties

Count

Count

Item[Int32]

Item

Item[String]

Item 1

Methods

Add(AdomdParameter)

Add

Add(String, Object)

Add 1

Clear()

Clear

Contains(AdomdParameter)

Contains 1

Contains(String)

Contains

CopyTo(AdomdParameter[], Int32)

CopyTo

Find(String)

Find

IndexOf(AdomdParameter)

IndexOf 1

IndexOf(String)

IndexOf

Insert(Int32, AdomdParameter)

Insert

Remove(AdomdParameter)

Remove

RemoveAt(Int32)

RemoveAt

RemoveAt(String)

RemoveAt 1

Explicit Interface Implementations

ICollection.CopyTo(Array, Int32)
ICollection.IsSynchronized
ICollection.SyncRoot
IDataParameterCollection.Item[String]
IEnumerable.GetEnumerator()
IList.Add(Object)
IList.Contains(Object)
IList.IndexOf(Object)
IList.Insert(Int32, Object)
IList.IsFixedSize
IList.IsReadOnly
IList.Item[Int32]
IList.Remove(Object)

Applies to