ComputedColumnInfo Class
SQL Server 2012
Provides the SQL Server computed column specification.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
The ComputedColumnInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ComputedColumnInfo | Initializes a new instance of the ComputedColumnInfo class using the given computed column specification. |
| Name | Description | |
|---|---|---|
![]() | IsPersisted | Gets a value that indicates whether the computed value of the column is saved with the data. |
![]() | Text | Gets the Transact-SQL expression that is used to generate the value of the computed column. |

