SqlPropertyCollection Members
The SqlPropertyCollection class is an abstract class that is used in the management of object properties.
The following tables list the members exposed by the SqlPropertyCollection type.
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of properties in the PropertyCollection object. (inherited from PropertyCollection) | |
IsSynchronized | Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe. (inherited from PropertyCollection) | |
Item | Overloaded. (inherited from PropertyCollection ) | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (inherited from PropertyCollection) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Contains | (inherited from PropertyCollection ) | |
CopyTo | (inherited from PropertyCollection ) | |
EnumPropertyInfo | Overloaded. Returns an enumerated list of property information. | |
Equals | Overloaded. (inherited from Object ) | |
GetEnumerator | Gets an enumerator that can iterate through the list of objects. (inherited from PropertyCollection) | |
GetHashCode | (inherited from Object ) | |
GetPropertyInfo | Gets property information. | |
GetPropertyObject | Overloaded. (inherited from PropertyCollection ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
LookupID | (inherited from PropertyCollection ) | |
MemberwiseClone | (inherited from Object ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.Contains | Overloaded. (inherited from PropertyCollection ) | |
Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.EnumProperties | (inherited from PropertyCollection ) | |
Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.TryGetProperty | (inherited from PropertyCollection ) | |
Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.TryGetPropertyValue | Overloaded. (inherited from PropertyCollection ) | |
System.Collections.ICollection.CopyTo | (inherited from PropertyCollection ) |
Top