Compartir a través de


ConfigPropertyCollection Miembros

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

El tipo ConfigPropertyCollection expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico CopyTo Copies the collection objects to a one-dimensional array starting at the specified index value.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetEnumerator Gets an enumerator that can iterate through the list of objects.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of ConfigProperty objects in the ConfigPropertyCollection collection.
Propiedad pública IsSynchronized Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread safe.
Propiedad pública Item[ ( [ ( Int32] ) ] ) Gets a ConfigProperty object in the ConfigPropertyCollection collection by index number.
Propiedad pública Item[ ( [ ( String] ) ] ) Gets a ConfigProperty object in the ConfigPropertyCollection collection by name.
Propiedad pública SyncRoot Gets an object that can be used to synchronize access to the collection.

Principio

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICollection. . :: . .CopyTo

Principio