ComputedColumnInfo Class
Provides the SQL Server computed column specification.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.SqlParser.Metadata.ComputedColumnInfo
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public Class ComputedColumnInfo
'Usage
Dim instance As ComputedColumnInfo
public class ComputedColumnInfo
public ref class ComputedColumnInfo
type ComputedColumnInfo = class end
public class ComputedColumnInfo
The ComputedColumnInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ComputedColumnInfo | Initializes a new instance of the ComputedColumnInfo class using the given computed column specification. |
Top
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.