ComputedColumnInfo Class
Provides the SQL Server computed column specification.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | ComputedColumnInfo(String^, Boolean) | 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. |
| 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:


