AdomdParameterCollection Members
Gets a collection of AdomdParameter objects contained in an AdomdCommand object.
The following tables list the members exposed by the AdomdParameterCollection type.
Public Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of AdomdParameter objects in the AdomdParameterCollection collection. |
![]() |
Item | Overloaded. Gets the specified AdomdParameter object from the AdomdParameterCollection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Add | Overloaded. Adds an AdomdParameter object to the AdomdParameterCollection. |
![]() |
Clear | Removes all parameters from the AdomdParameterCollection object. |
![]() |
Contains | Overloaded. Determines whether a parameter is in the AdomdParameterCollection collection. |
![]() |
CopyTo | Copies the elements of the AdomdParameterCollection collection to the specified array. |
![]() |
CreateObjRef | (inherited from MarshalByRefObject ) |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
Find | 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 | Overloaded. Returns the zero-based index of the first occurrence of a parameter in the AdomdParameterCollection collection. |
![]() |
InitializeLifetimeService | (inherited from MarshalByRefObject ) |
![]() |
Insert | Inserts a parameter into the AdomdParameterCollection collection at the specified index. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
Remove | Removes the first occurrence of a specific parameter from the AdomdParameterCollection object. |
![]() |
RemoveAt | Overloaded. Removes the specified parameter from the AdomdParameterCollection object. |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) |
Top
Explicit Interface Implementations
Top
See Also
Reference
AdomdParameterCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace