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

  Name Description
ms143165.pubproperty(en-US,SQL.90).gif Count Gets the number of AdomdParameter objects in the AdomdParameterCollection collection.
ms143165.pubproperty(en-US,SQL.90).gif Item Overloaded. Gets the specified AdomdParameter object from the AdomdParameterCollection.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms143165.pubmethod(en-US,SQL.90).gif Add Overloaded. Adds a AdomdParameter object to the AdomdParameterCollection.
ms143165.pubmethod(en-US,SQL.90).gif Clear Removes all parameters from the AdomdParameterCollection object.
ms143165.pubmethod(en-US,SQL.90).gif Contains Overloaded. Determines whether a parameter is in the AdomdParameterCollection collection.
ms143165.pubmethod(en-US,SQL.90).gif CopyTo Copies the elements of the AdomdParameterCollection collection to the specified array.
ms143165.pubmethod(en-US,SQL.90).gif CreateObjRef  (inherited from MarshalByRefObject )
ms143165.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms143165.pubmethod(en-US,SQL.90).gif Find Gets the specified AdomdParameter object from the AdomdParameterCollection collection by its name.
ms143165.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms143165.pubmethod(en-US,SQL.90).gif GetLifetimeService  (inherited from MarshalByRefObject )
ms143165.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms143165.pubmethod(en-US,SQL.90).gif IndexOf Overloaded. Returns the zero-based index of the first occurrence of a parameter in the AdomdParameterCollection collection.
ms143165.pubmethod(en-US,SQL.90).gif InitializeLifetimeService  (inherited from MarshalByRefObject )
ms143165.pubmethod(en-US,SQL.90).gif Insert Inserts a parameter into the AdomdParameterCollection collection at the specified index.
ms143165.pubmethod(en-US,SQL.90).gifms143165.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms143165.pubmethod(en-US,SQL.90).gif Remove Removes the first occurrence of a specific parameter from the AdomdParameterCollection object.
ms143165.pubmethod(en-US,SQL.90).gif RemoveAt Overloaded. Removes the specified parameter from the AdomdParameterCollection object.
ms143165.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms143165.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms143165.protmethod(en-US,SQL.90).gif MemberwiseClone  Overloaded. (inherited from MarshalByRefObject )

Top

Explicit Interface Implementations

  Name Description
ICollection.CopyTo  
IEnumerable.GetEnumerator  
IList.Add  
IList.Contains  
IList.IndexOf  
IList.Insert  
IList.Remove  

Top

See Also

Reference

AdomdParameterCollection Class
Microsoft.AnalysisServices.AdomdServer Namespace