SqlComputedColumnDefinition Class

Definition

public class SqlComputedColumnDefinition : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlColumnDefinition
type SqlComputedColumnDefinition = class
    inherit SqlColumnDefinition
Public Class SqlComputedColumnDefinition
Inherits SqlColumnDefinition
Inheritance
SqlComputedColumnDefinition

Properties

Name Description
BoundColumn (Inherited from SqlColumnDefinition)
BoundObject (Inherited from SqlColumnDefinition)
Children
Collation (Inherited from SqlColumnDefinition)
Constraints (Inherited from SqlColumnDefinition)
DataType (Inherited from SqlColumnDefinition)
EndLocation (Inherited from SqlCodeObject)
Expression
GeneratedAlwaysType (Inherited from SqlColumnDefinition)
IsPersisted
IsSqlCodeSnippet (Inherited from SqlCodeObject)
Length (Inherited from SqlCodeObject)
Name (Inherited from SqlColumnDefinition)
Parent (Inherited from SqlCodeObject)
Position (Inherited from SqlCodeObject)
SparseOption (Inherited from SqlColumnDefinition)
Sql (Inherited from SqlCodeObject)
StartLocation (Inherited from SqlCodeObject)
Statement (Inherited from SqlCodeObject)
TokenManager (Inherited from SqlCodeObject)
Tokens (Inherited from SqlCodeObject)
Xml (Inherited from SqlCodeObject)

Methods

Name Description
Accept(ISqlCodeObjectVisitor)
Accept<C>(ISqlCodeObjectContextVisitor<C>, C)
Accept<T,C>(ISqlCodeObjectContextVisitor<T,C>, C)
Accept<T>(ISqlCodeObjectVisitor<T>)

Explicit Interface Implementations

Name Description
ISqlTableElement.AsColumnDefinition (Inherited from SqlColumnDefinition)
ISqlTableElement.AsConstraint (Inherited from SqlColumnDefinition)
ISqlTableElement.AsTemporalPeriodDefinition (Inherited from SqlColumnDefinition)
ISqlTableElement.IsColumnDefinition (Inherited from SqlColumnDefinition)
ISqlTableElement.IsConstraint (Inherited from SqlColumnDefinition)
ISqlTableElement.IsTemporalPeriodDefinition (Inherited from SqlColumnDefinition)

Applies to