SqlPropertyCollection 멤버
The SqlPropertyCollection class is an abstract class that is used in the management of object properties.
SqlPropertyCollection 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
Contains | Determines whether the element specified by key exists in the collection. (PropertyCollection에서 상속됩니다.) | |
CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. (PropertyCollection에서 상속됩니다.) | |
EnumPropertyInfo() () () () | Returns an enumerated list of property information. | |
EnumPropertyInfo(SqlServerVersions) | Returns an enumerated list of property information. | |
Equals | (Object에서 상속됩니다.) | |
Finalize | (Object에서 상속됩니다.) | |
GetEnumerator | Gets an enumerator that can iterate through the list of objects. (PropertyCollection에서 상속됩니다.) | |
GetHashCode | (Object에서 상속됩니다.) | |
GetPropertyInfo | Gets property information. | |
GetPropertyObject(Int32) | Gets the Property object. (PropertyCollection에서 상속됩니다.) | |
GetPropertyObject(String) | Gets the Property object. (PropertyCollection에서 상속됩니다.) | |
GetPropertyObject(Int32, Boolean) | Gets the Property object. (PropertyCollection에서 상속됩니다.) | |
GetPropertyObject(String, Boolean) | .Gets the Property object. (PropertyCollection에서 상속됩니다.) | |
GetType | (Object에서 상속됩니다.) | |
LookupID | Returns the ID of the Property object in the PropertyCollection object that has the specified name. (PropertyCollection에서 상속됩니다.) | |
MemberwiseClone | (Object에서 상속됩니다.) | |
ToString | (Object에서 상속됩니다.) |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
Count | Gets the number of properties in the PropertyCollection object. (PropertyCollection에서 상속됩니다.) | |
IsSynchronized | Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe. (PropertyCollection에서 상속됩니다.) | |
Item[ ( [ ( Int32] ) ] ) | Gets an object in the collection by index number. (PropertyCollection에서 상속됩니다.) | |
Item[ ( [ ( String] ) ] ) | Gets an object in the collection by name. (PropertyCollection에서 상속됩니다.) | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (PropertyCollection에서 상속됩니다.) |
맨 위로 이동
명시적 인터페이스 구현
맨 위로 이동