Compartilhar via


Membros ConfigPropertyCollection

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

O tipo ConfigPropertyCollection expõe os seguintes membros.

Métodos

  Nome Descrição
Método público CopyTo Copies the collection objects to a one-dimensional array starting at the specified index value.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetEnumerator Gets an enumerator that can iterate through the list of objects.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

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

Início

Implementações de interface explícitas

  Nome Descrição
Implementação de interface explícitaMétodo particular ICollection. . :: . .CopyTo

Início