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

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

頂端

Public Methods

(see also Protected Methods )

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

頂端

Protected Methods

  名稱 Description
ms220428.protmethod(zh-tw,SQL.90).gif Finalize  (inherited from Object )
ms220428.protmethod(zh-tw,SQL.90).gif LookupID  (inherited from PropertyCollection )
ms220428.protmethod(zh-tw,SQL.90).gif MemberwiseClone  (inherited from Object )

頂端

Explicit Interface Implementations

  名稱 Description
System.Collections.ICollection.CopyTo  (inherited from PropertyCollection )

頂端

請參閱

參考

SqlPropertyCollection Class
Microsoft.SqlServer.Management.Smo Namespace

其他資源

Using Collections