SqlPropertyInfo Class
SQL Server 2008 R2
The SqlPropertyInfo class is an abstract class used to store information about properties.
Namespace:
Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
The SqlPropertyInfo type exposes the following members.
| 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. |

