SqlPropertyCollection Members
The SqlPropertyCollection class is an abstract class 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 | |
---|---|---|
System.Collections.ICollection.CopyTo | (inherited from PropertyCollection ) |
Top
See Also
Reference
SqlPropertyCollection Class
Microsoft.SqlServer.Management.Smo Namespace