Partager via


SqlPropertyCollection Members

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

The following tables list the members exposed by the SqlPropertyCollection type.

Public Properties

  Nom Description
ms220428.pubproperty(fr-fr,SQL.90).gif Count  Gets the number of properties in the PropertyCollection object. (inherited from PropertyCollection)
ms220428.pubproperty(fr-fr,SQL.90).gif IsSynchronized  Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe. (inherited from PropertyCollection)
ms220428.pubproperty(fr-fr,SQL.90).gif Item  Overloaded. (inherited from PropertyCollection )
ms220428.pubproperty(fr-fr,SQL.90).gif SyncRoot  Gets an object that can be used to synchronize access to the collection. (inherited from PropertyCollection)

Haut de la page

Public Methods

(see also Protected Methods )

  Nom Description
ms220428.pubmethod(fr-fr,SQL.90).gif Contains  (inherited from PropertyCollection )
ms220428.pubmethod(fr-fr,SQL.90).gif CopyTo  (inherited from PropertyCollection )
ms220428.pubmethod(fr-fr,SQL.90).gif EnumPropertyInfo Overloaded. Returns an enumerated list of property information.
ms220428.pubmethod(fr-fr,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms220428.pubmethod(fr-fr,SQL.90).gif GetEnumerator  Gets an enumerator that can iterate through the list of objects. (inherited from PropertyCollection)
ms220428.pubmethod(fr-fr,SQL.90).gif GetHashCode  (inherited from Object )
ms220428.pubmethod(fr-fr,SQL.90).gif GetPropertyInfo Gets property information.
ms220428.pubmethod(fr-fr,SQL.90).gif GetPropertyObject  Overloaded. (inherited from PropertyCollection )
ms220428.pubmethod(fr-fr,SQL.90).gif GetType  (inherited from Object )
ms220428.pubmethod(fr-fr,SQL.90).gifms220428.static(fr-fr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms220428.pubmethod(fr-fr,SQL.90).gif ToString  (inherited from Object )

Haut de la page

Protected Methods

  Nom Description
ms220428.protmethod(fr-fr,SQL.90).gif Finalize  (inherited from Object )
ms220428.protmethod(fr-fr,SQL.90).gif LookupID  (inherited from PropertyCollection )
ms220428.protmethod(fr-fr,SQL.90).gif MemberwiseClone  (inherited from Object )

Haut de la page

Explicit Interface Implementations

  Nom Description
System.Collections.ICollection.CopyTo  (inherited from PropertyCollection )

Haut de la page

Voir aussi

Référence

SqlPropertyCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Autres ressources

Using Collections