Partager via


Membres SqlPropertyCollection

The SqlPropertyCollection class is an abstract class that is used in the management of object properties.

Le type SqlPropertyCollection expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Contains Determines whether the element specified by key exists in the collection. (Hérité de PropertyCollection.)
Méthode publique CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified. (Hérité de PropertyCollection.)
Méthode publique EnumPropertyInfo() () () () Returns an enumerated list of property information.
Méthode publique EnumPropertyInfo(SqlServerVersions) Returns an enumerated list of property information.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetEnumerator Gets an enumerator that can iterate through the list of objects. (Hérité de PropertyCollection.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetPropertyInfo Gets property information.
Méthode publique GetPropertyObject(Int32) Gets the Property object. (Hérité de PropertyCollection.)
Méthode publique GetPropertyObject(String) Gets the Property object. (Hérité de PropertyCollection.)
Méthode publique GetPropertyObject(Int32, Boolean) Gets the Property object. (Hérité de PropertyCollection.)
Méthode publique GetPropertyObject(String, Boolean) .Gets the Property object. (Hérité de PropertyCollection.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée LookupID Returns the ID of the Property object in the PropertyCollection object that has the specified name. (Hérité de PropertyCollection.)
Méthode protégée MemberwiseClone (Hérité de Object.)
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 properties in the PropertyCollection object. (Hérité de PropertyCollection.)
Propriété publique IsSynchronized Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe. (Hérité de PropertyCollection.)
Propriété publique Item[ ( [ ( Int32] ) ] ) Gets an object in the collection by index number. (Hérité de PropertyCollection.)
Propriété publique Item[ ( [ ( String] ) ] ) Gets an object in the collection by name. (Hérité de PropertyCollection.)
Propriété publique SyncRoot Gets an object that can be used to synchronize access to the collection. (Hérité de PropertyCollection.)

Haut de la page