SqlPropertyInfo Class
The SqlPropertyInfo class is an abstract class used to store information about properties.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| Name | Description | |
|---|---|---|
![]() | IsExpensive | Gets the Boolean property value that specifies whether the property is expensive. |
![]() | IsWriteable | Gets the Boolean property value that specifies whether the property can be modified. |
![]() | Name | Gets the name of the property. |
![]() | PropertyType | Gets the property type. |
![]() | Versions | Gets the version of SQL Server. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


