Compartir a través de


AdomdParameterCollection Miembros

Gets a collection of AdomdParameter objects contained in an AdomdCommand object.

El tipo AdomdParameterCollection expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Add(AdomdParameter) Adds an AdomdParameter object to the AdomdParameterCollection collection.
Método publico Add(String, Object) Creates a new AdomdParameter object with the specified property name and value, and adds it to the collection.
Método publico Clear Removes all parameters from the AdomdParameterCollection object.
Método publico Contains(String) Given a property name, this method determines whether a parameter is in the AdomdParameterCollection collection.
Método publico Contains(AdomdParameter) Determines whether a parameter is in the AdomdParameterCollection collection.
Método publico CopyTo Copies the elements of the AdomdParameterCollection collection to the specified array.
Método publico CreateObjRef (Se hereda de MarshalByRefObject).
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico Find Gets the specified AdomdParameter object from the AdomdParameterCollection collection by its name.
Método publico GetHashCode (Se hereda de Object).
Método publico GetLifetimeService (Se hereda de MarshalByRefObject).
Método publico GetType (Se hereda de Object).
Método publico IndexOf(String) Given a property name, this method returns the zero-based index of the first occurrence of a parameter in the AdomdParameterCollection collection.
Método publico IndexOf(AdomdParameter) Returns the zero-based index of the first occurrence of a parameter in the AdomdParameterCollection collection.
Método publico InitializeLifetimeService (Se hereda de MarshalByRefObject).
Método publico Insert Inserts a parameter into the AdomdParameterCollection collection at the specified index.
Método protegido MemberwiseClone (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de MarshalByRefObject).
Método publico Remove Removes the first occurrence of a specific parameter from the AdomdParameterCollection object.
Método publico RemoveAt(Int32) Removes the parameter at the specified index of the AdomdParameterCollection object.
Método publico RemoveAt(String) Removes the parameter specified by name in the AdomdParameterCollection object.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of AdomdParameter objects in the AdomdParameterCollection collection.
Propiedad pública Item[ ( [ ( Int32] ) ] ) Gets the specified AdomdParameter object from the AdomdParameterCollection collection by its index. In Microsoft Visual C#, this property is the indexer for the AdomdParameterCollection class.
Propiedad pública Item[ ( [ ( String] ) ] ) Gets the specified AdomdParameter object from the AdomdParameterCollection collection by its name. In Microsoft Visual C#, this property is the indexer for the AdomdParameterCollection class.

Principio