Membros SqlPropertyCollection
The SqlPropertyCollection class is an abstract class that is used in the management of object properties.
O tipo SqlPropertyCollection expõe os seguintes membros.
Métodos
Nome | Descrição | |
---|---|---|
Contains | Determines whether the element specified by key exists in the collection. (Herdado de PropertyCollection.) | |
CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. (Herdado de PropertyCollection.) | |
EnumPropertyInfo() () () () | Returns an enumerated list of property information. | |
EnumPropertyInfo(SqlServerVersions) | Returns an enumerated list of property information. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | Gets an enumerator that can iterate through the list of objects. (Herdado de PropertyCollection.) | |
GetHashCode | (Herdado de Object.) | |
GetPropertyInfo | Gets property information. | |
GetPropertyObject(Int32) | Gets the Property object. (Herdado de PropertyCollection.) | |
GetPropertyObject(String) | Gets the Property object. (Herdado de PropertyCollection.) | |
GetPropertyObject(Int32, Boolean) | Gets the Property object. (Herdado de PropertyCollection.) | |
GetPropertyObject(String, Boolean) | .Gets the Property object. (Herdado de PropertyCollection.) | |
GetType | (Herdado de Object.) | |
LookupID | Returns the ID of the Property object in the PropertyCollection object that has the specified name. (Herdado de PropertyCollection.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of properties in the PropertyCollection object. (Herdado de PropertyCollection.) | |
IsSynchronized | Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe. (Herdado de PropertyCollection.) | |
Item[ ( [ ( Int32] ) ] ) | Gets an object in the collection by index number. (Herdado de PropertyCollection.) | |
Item[ ( [ ( String] ) ] ) | Gets an object in the collection by name. (Herdado de PropertyCollection.) | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Herdado de PropertyCollection.) |
Início
Implementações de interface explícitas
Nome | Descrição | |
---|---|---|
ISfcPropertySetContains(ISfcProperty) | (Herdado de PropertyCollection.) | |
ISfcPropertySetContains``1< (Of < <' (T> ) > > )(String) | (Herdado de PropertyCollection.) | |
ICollection. . :: . .CopyTo | (Herdado de PropertyCollection.) | |
ISfcPropertySetEnumProperties | (Herdado de PropertyCollection.) | |
ISfcPropertySetTryGetProperty | (Herdado de PropertyCollection.) | |
ISfcPropertySetTryGetPropertyValue(String, Object%) | (Herdado de PropertyCollection.) | |
ISfcPropertySetTryGetPropertyValue``1< (Of < <' (T> ) > > )(String, T%) | (Herdado de PropertyCollection.) |
Início
Consulte também