Membres SqlPropertyCollection
The SqlPropertyCollection class is an abstract class that is used in the management of object properties.
Le type SqlPropertyCollection expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Contains | Determines whether the element specified by key exists in the collection. (Hérité de PropertyCollection.) | |
CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. (Hérité de PropertyCollection.) | |
EnumPropertyInfo() () () () | Returns an enumerated list of property information. | |
EnumPropertyInfo(SqlServerVersions) | Returns an enumerated list of property information. | |
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
GetEnumerator | Gets an enumerator that can iterate through the list of objects. (Hérité de PropertyCollection.) | |
GetHashCode | (Hérité de Object.) | |
GetPropertyInfo | Gets property information. | |
GetPropertyObject(Int32) | Gets the Property object. (Hérité de PropertyCollection.) | |
GetPropertyObject(String) | Gets the Property object. (Hérité de PropertyCollection.) | |
GetPropertyObject(Int32, Boolean) | Gets the Property object. (Hérité de PropertyCollection.) | |
GetPropertyObject(String, Boolean) | .Gets the Property object. (Hérité de PropertyCollection.) | |
GetType | (Hérité de Object.) | |
LookupID | Returns the ID of the Property object in the PropertyCollection object that has the specified name. (Hérité de PropertyCollection.) | |
MemberwiseClone | (Hérité de Object.) | |
ToString | (Hérité de Object.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Count | Gets the number of properties in the PropertyCollection object. (Hérité de PropertyCollection.) | |
IsSynchronized | Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe. (Hérité de PropertyCollection.) | |
Item[ ( [ ( Int32] ) ] ) | Gets an object in the collection by index number. (Hérité de PropertyCollection.) | |
Item[ ( [ ( String] ) ] ) | Gets an object in the collection by name. (Hérité de PropertyCollection.) | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Hérité de PropertyCollection.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
ISfcPropertySetContains(ISfcProperty) | (Hérité de PropertyCollection.) | |
ISfcPropertySetContains``1< (Of < <' (T> ) > > )(String) | (Hérité de PropertyCollection.) | |
ICollection. . :: . .CopyTo | (Hérité de PropertyCollection.) | |
ISfcPropertySetEnumProperties | (Hérité de PropertyCollection.) | |
ISfcPropertySetTryGetProperty | (Hérité de PropertyCollection.) | |
ISfcPropertySetTryGetPropertyValue(String, Object%) | (Hérité de PropertyCollection.) | |
ISfcPropertySetTryGetPropertyValue``1< (Of < <' (T> ) > > )(String, T%) | (Hérité de PropertyCollection.) |
Haut de la page