Partager via


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

  Nom Description
ms142154.pubproperty(fr-fr,SQL.90).gif Count Gets the number of AdomdParameter objects in the AdomdParameterCollection collection.
ms142154.pubproperty(fr-fr,SQL.90).gif Item Overloaded. Gets the specified AdomdParameter object from the AdomdParameterCollection.

Haut de la page

Public Methods

(see also Protected Methods )

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

Haut de la page

Protected Methods

  Nom Description
ms142154.protmethod(fr-fr,SQL.90).gif Finalize  (inherited from Object )
ms142154.protmethod(fr-fr,SQL.90).gif MemberwiseClone  Overloaded. (inherited from MarshalByRefObject )

Haut de la page

Explicit Interface Implementations

  Nom Description
System.Collections.ICollection.CopyTo  
System.Collections.IEnumerable.GetEnumerator  
System.Collections.IList.Add  
System.Collections.IList.Contains  
System.Collections.IList.IndexOf  
System.Collections.IList.Insert  
System.Collections.IList.Remove  
System.Collections.ICollection.IsSynchronized  
System.Collections.ICollection.SyncRoot  
System.Collections.IList.IsFixedSize  
System.Collections.IList.IsReadOnly  
System.Collections.IList.Item  
System.Data.IDataParameterCollection.Item  

Haut de la page

Voir aussi

Référence

AdomdParameterCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace