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
名称 | 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) |
顶部
Public Methods
(see also Protected Methods )
名称 | 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 ) |
顶部
Protected Methods
名称 | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
LookupID | (inherited from PropertyCollection ) | |
MemberwiseClone | (inherited from Object ) |
顶部
Explicit Interface Implementations
名称 | Description | |
---|---|---|
System.Collections.ICollection.CopyTo | (inherited from PropertyCollection ) |
顶部
请参阅
参考
SqlPropertyCollection Class
Microsoft.SqlServer.Management.Smo Namespace