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
Public method ComputedColumnInfo Initializes a new instance of the ComputedColumnInfo class using the given computed column specification.

Top

Properties

  Name Description
Public property IsPersisted Gets a value that indicates whether the computed value of the column is saved with the data.
Public property Text Gets the Transact-SQL expression that is used to generate the value of the computed column.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.