ConfigPropertyCollection Members

Include Protected Members
Include Inherited Members

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

The ConfigPropertyCollection type exposes the following members.

Methods

  Name Description
Public method CopyTo(array<ConfigProperty[], Int32) Copies the collection objects to a one-dimensional array starting at the specified index value.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetEnumerator() Gets an enumerator that can iterate through the list of objects.
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Count Gets the number of ConfigProperty objects in the ConfigPropertyCollection collection.
Public property IsSynchronized Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread safe.
Public property Item[Int32] Gets a ConfigProperty object in the ConfigPropertyCollection collection by index number.
Public property Item[String] Gets a ConfigProperty object in the ConfigPropertyCollection collection by name.
Public property SyncRoot Gets an object that can be used to synchronize access to the collection.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo(Array, Int32)

Top