Элементы 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.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
![]() ![]() |
ISfcPropertySetContains(ISfcProperty) | (Наследуется из PropertyCollection.) |
![]() ![]() |
ISfcPropertySetContains``1< (Of < <' (T> ) > > )(String) | (Наследуется из PropertyCollection.) |
![]() ![]() |
ICollection. . :: . .CopyTo | (Наследуется из PropertyCollection.) |
![]() ![]() |
ISfcPropertySetEnumProperties | (Наследуется из PropertyCollection.) |
![]() ![]() |
ISfcPropertySetTryGetProperty | (Наследуется из PropertyCollection.) |
![]() ![]() |
ISfcPropertySetTryGetPropertyValue(String, Object%) | (Наследуется из PropertyCollection.) |
![]() ![]() |
ISfcPropertySetTryGetPropertyValue``1< (Of < <' (T> ) > > )(String, T%) | (Наследуется из PropertyCollection.) |
В начало
См. также