Поделиться через


Элементы 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.)

В начало