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