AdomdParameterCollection 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.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 |