Udostępnij przez


ConfigPropertyCollection Members

The ConfigPropertyCollection class represents a collection of ConfigProperty objects that represent all the configuration properties defined on the instance of SQL Server.

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

Public Properties

  Name Description
ms219401.pubproperty(pl-pl,SQL.100).gif Count Gets the number of ConfigProperty objects in the ConfigPropertyCollection collection.
ms219401.pubproperty(pl-pl,SQL.100).gif IsSynchronized Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread safe.
ms219401.pubproperty(pl-pl,SQL.100).gif Item Overloaded.  
ms219401.pubproperty(pl-pl,SQL.100).gif SyncRoot Gets an object that can be used to synchronize access to the collection.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms219401.pubmethod(pl-pl,SQL.100).gif CopyTo Copies the collection objects to a one-dimensional array starting at the specified index value.
ms219401.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms219401.pubmethod(pl-pl,SQL.100).gif GetEnumerator Gets an enumerator that can iterate through the list of objects.
ms219401.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms219401.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms219401.pubmethod(pl-pl,SQL.100).gifms219401.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms219401.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms219401.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms219401.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top

Explicit Interface Implementations

  Name Description
System.Collections.ICollection.CopyTo  

Top