The ObjectProperty object specifies attributes of SQL Server Management Objects (SMO) object properties.
The following tables list the members exposed by the ObjectProperty type.
Public Constructors
名称 | Description | |
---|---|---|
ObjectProperty | Initializes a new instance of the ObjectProperty class. |
顶部
Public Properties
名称 | Description | |
---|---|---|
![]() |
Expensive | Gets or sets a Boolean property value that specifies whether the object property is expensive in terms of time taken to load and initialize. |
![]() |
ExtendedType | Gets or sets a Boolean property value that specifies whether the property is an extended property or not. |
![]() |
Name | Gets or sets the name of the property. |
![]() |
ReadOnly | Gets or sets the Boolean property value that specifies whether the property is read-only or read/write. |
![]() |
Type | Gets or sets the type of property. |
![]() |
Usage | Gets or sets the way in which the property is used. |
顶部
Public Methods
(see also Protected Methods )
名称 | Description | |
---|---|---|
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
顶部
Protected Methods
名称 | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
顶部
请参阅
参考
ObjectProperty Class
Microsoft.SqlServer.Management.Smo Namespace