AdomdParameterCollection Members
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 | |
---|---|---|
Count | Gets the number of AdomdParameter objects in the AdomdParameterCollection collection. | |
Item | Overloaded. Gets the specified AdomdParameter object from the AdomdParameterCollection. |
위쪽
Public Methods
(see also Protected Methods )
이름 | Description | |
---|---|---|
Add | Overloaded. Adds a 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 ) |
위쪽
Protected Methods
이름 | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
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