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

  Name Description
ms220428.pubproperty(en-US,SQL.90).gif Count  Gets the number of properties in the PropertyCollection object. (inherited from PropertyCollection)
ms220428.pubproperty(en-US,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(en-US,SQL.90).gif Item  Overloaded. (inherited from PropertyCollection )
ms220428.pubproperty(en-US,SQL.90).gif SyncRoot  Gets an object that can be used to synchronize access to the collection. (inherited from PropertyCollection)

Top

Public Methods

(see also Protected Methods )

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

Top

Protected Methods

  Name Description
ms220428.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms220428.protmethod(en-US,SQL.90).gif LookupID  (inherited from PropertyCollection )
ms220428.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

Explicit Interface Implementations

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

Top

See Also

Reference

SqlPropertyCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Using Collections