AdomdParameterCollection Class
Updated: March 10, 2016
Gets a collection of AdomdParameter objects contained in an AdomdCommand object.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
System::MarshalByRefObject
Microsoft.AnalysisServices.AdomdClient::AdomdParameterCollection
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of AdomdParameter objects in the AdomdParameterCollection collection. |
![]() | Item[Int32] | Gets or sets the AdomdParameter object at the specified index, in the AdomdParameterCollection. |
![]() | Item[String^] | Gets or sets the AdomdParameter object in the AdomdParameterCollection with the specified name. |
| Name | Description | |
|---|---|---|
![]() | Add(AdomdParameter^) | Adds an AdomdParameter object to the AdomdParameterCollection collection. |
![]() | Add(String^, Object^) | Creates a new AdomdParameter object with the specified property name and value, and adds it to the collection. |
![]() | Clear() | Removes all parameters from the AdomdParameterCollection object. |
![]() | Contains(AdomdParameter^) | Determines whether a parameter is in the AdomdParameterCollection collection. |
![]() | Contains(String^) | Given a property name, this method determines whether a parameter is in the AdomdParameterCollection collection. |
![]() | CopyTo(array<AdomdParameter^>^, Int32) | Copies the elements of the AdomdParameterCollection collection to the specified array. |
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Find(String^) | Gets the specified AdomdParameter object from the AdomdParameterCollection collection by its name. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf(AdomdParameter^) | Returns the zero-based index of the first occurrence of a parameter in the AdomdParameterCollection collection. |
![]() | IndexOf(String^) | Given a property name, this method returns the zero-based index of the first occurrence of a parameter in the AdomdParameterCollection collection. |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | Insert(Int32, AdomdParameter^) | Inserts a parameter into the AdomdParameterCollection collection at the specified index. |
![]() | Remove(AdomdParameter^) | Removes the first occurrence of a specific parameter from the AdomdParameterCollection object. |
![]() | RemoveAt(Int32) | Removes the parameter at the specified index of the AdomdParameterCollection object. |
![]() | RemoveAt(String^) | Removes the parameter specified by name in the AdomdParameterCollection object. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | Copies the elements of the collection to an array, starting at a particular array index. |
![]() ![]() | IEnumerable::GetEnumerator() | Returns an enumerator that iterates through a collection. |
![]() ![]() | IList::Add(Object^) | Adds an item to the collection. |
![]() ![]() | IList::Contains(Object^) | Determines whether the collection contains the specified value. |
![]() ![]() | IList::IndexOf(Object^) | Determines the index of the specified item in the collection. |
![]() ![]() | IList::Insert(Int32, Object^) | Inserts an item to the collection at the specified index. |
![]() ![]() | IList::Remove(Object^) | Removes the first occurrence of a specified object from the collection. |
![]() ![]() | ICollection::IsSynchronized | Gets a value indicating whether access to the AdomdParameterCollection is synchronized (thread safe). |
![]() ![]() | ICollection::SyncRoot | Gets an object that can be used to synchronize access to the AdomdParameterCollection. |
![]() ![]() | IList::IsFixedSize | Gets a value indicating whether the AdomdParameterCollection has a fixed size. |
![]() ![]() | IList::IsReadOnly | Gets a value indicating whether the AdomdParameterCollection is read-only. |
![]() ![]() | IList::Item[Int32] | Gets or sets the AdomdParameter at the specified index. |
![]() ![]() | IDataParameterCollection::Item[String^] | Gets or sets the AdomdParameter at the specified index. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




