This class gets a collection of AdomdParameter objects contained in a AdomdCommand object.
The following tables list the members exposed by the AdomdParameterCollection type.
Public Properties
| 名称 | Description | |
|---|---|---|
| .gif) | Count | Gets the number of AdomdParameter objects in the AdomdParameterCollection collection. | 
| .gif) | Item | Overloaded. Gets the specified AdomdParameter object from the AdomdParameterCollection. | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | Add | Overloaded. Adds a AdomdParameter object to the AdomdParameterCollection. | 
| .gif) | Clear | Removes all parameters from the AdomdParameterCollection object. | 
| .gif) | Contains | Overloaded. Determines whether a parameter is in the AdomdParameterCollection collection. | 
| .gif) | CopyTo | Copies the elements of the AdomdParameterCollection collection to the specified array. | 
| .gif) | CreateObjRef | (inherited from MarshalByRefObject ) | 
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | Find | Gets the specified AdomdParameter object from the AdomdParameterCollection collection by its name. | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetLifetimeService | (inherited from MarshalByRefObject ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) | IndexOf | Overloaded. Returns the zero-based index of the first occurrence of a parameter in the AdomdParameterCollection collection. | 
| .gif) | InitializeLifetimeService | (inherited from MarshalByRefObject ) | 
| .gif) | Insert | Inserts a parameter into the AdomdParameterCollection collection at the specified index. | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | Remove | Removes the first occurrence of a specific parameter from the AdomdParameterCollection object. | 
| .gif) | RemoveAt | Overloaded. Removes the specified parameter from the AdomdParameterCollection object. | 
| .gif) | ToString | (inherited from Object ) | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) | 
顶部
Explicit Interface Implementations
| 名称 | Description | |
|---|---|---|
| ICollection.CopyTo | ||
| IEnumerable.GetEnumerator | ||
| IList.Add | ||
| IList.Contains | ||
| IList.IndexOf | ||
| IList.Insert | ||
| IList.Remove | 
顶部
请参阅
参考
AdomdParameterCollection Class
Microsoft.AnalysisServices.AdomdServer Namespace