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 | |
|---|---|---|
![]() |
CopyTo | Copies the collection objects to a one-dimensional array starting at the specified index value. |
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetEnumerator | Gets an enumerator that can iterate through the list of objects. |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | (Herdado de Object.) |
Início
Propriedades
| Nome | Descrição | |
|---|---|---|
![]() |
Count | Gets the number of ConfigProperty objects in the ConfigPropertyCollection collection. |
![]() |
IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread safe. |
![]() |
Item[ ( [ ( Int32] ) ] ) | Gets a ConfigProperty object in the ConfigPropertyCollection collection by index number. |
![]() |
Item[ ( [ ( String] ) ] ) | Gets a ConfigProperty object in the ConfigPropertyCollection collection by name. |
![]() |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Início
Consulte também
.gif)
.gif)
.gif)
.gif)
.gif)