ConfigPropertyCollection 멤버
The ConfigPropertyCollection class represents a collection of ConfigProperty objects that represent all the configuration properties defined on the instance of SQL Server.
ConfigPropertyCollection 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
CopyTo | Copies the collection objects to a one-dimensional array starting at the specified index value. | |
Equals | (Object에서 상속됩니다.) | |
Finalize | (Object에서 상속됩니다.) | |
GetEnumerator | Gets an enumerator that can iterate through the list of objects. | |
GetHashCode | (Object에서 상속됩니다.) | |
GetType | (Object에서 상속됩니다.) | |
MemberwiseClone | (Object에서 상속됩니다.) | |
ToString | (Object에서 상속됩니다.) |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동