Partager via


Membres AdomdPropertyCollection

This class gets a collection of AdomdProperty objects contained in an AdomdCommand.

Le type AdomdPropertyCollection expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Add(AdomdProperty) Adds an AdomdProperty to the AdomdPropertyCollection.
Méthode publique Add(String, Object) Creates a new AdomdProperty with the specified property name and value.
Méthode publique Add(String, String, Object) Creates a new AdomdProperty with the specified property name, namespace, and value.
Méthode publique Clear Removes all properties from the AdomdPropertyCollection.
Méthode publique Contains Determines whether a property is in the AdomdPropertyCollection.
Méthode publique CopyTo Copies the elements of the AdomdPropertyCollection to the specified array.
Méthode publique CreateObjRef (Hérité de MarshalByRefObject.)
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique Find(String) Gets the specified AdomdProperty from the AdomdPropertyCollection by its name.
Méthode publique Find(String, String) Gets the specified AdomdProperty from the AdomdPropertyCollection by its name and namespace.
Méthode publique GetEnumerator Gets an AdomdPropertyCollection..::..Enumerator for iterating through the AdomdPropertyCollection.
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetLifetimeService (Hérité de MarshalByRefObject.)
Méthode publique GetType (Hérité de Object.)
Méthode publique IndexOf Returns the zero-based index of the first occurrence of a property in the AdomdPropertyCollection.
Méthode publique InitializeLifetimeService (Hérité de MarshalByRefObject.)
Méthode publique Insert Inserts a property into the AdomdPropertyCollection at the specified index.
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de MarshalByRefObject.)
Méthode publique Remove Removes the first occurrence of a specified property from the AdomdPropertyCollection.
Méthode publique RemoveAt Removes the property at the specified index of the AdomdPropertyCollection.
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of AdomdProperty objects in the AdomdPropertyCollection.
Propriété publique IsFixedSize Gets a value indicating whether the AdomdPropertyCollection has a fixed size.
Propriété publique IsReadOnly Gets a value indicating whether the AdomdPropertyCollection is read-only.
Propriété publique IsSynchronized Gets a value indicating whether access to the AdomdPropertyCollection is synchronized (thread safe).
Propriété publique Item Gets or sets the specified AdomdProperty from the AdomdPropertyCollection by its index. In Microsoft Visual C#, this property is the indexer for the AdomdPropertyCollection class.
Propriété publique SyncRoot Gets an object that can be used to synchronize access to the AdomdPropertyCollection.

Haut de la page