TableDefinition.TableConstraints Property

Definition

The table constraints, only valid if data type is table.

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ConstraintDefinition> TableConstraints { get; }
member this.TableConstraints : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ConstraintDefinition>
Public ReadOnly Property TableConstraints As IList(Of ConstraintDefinition)

Property Value

Applies to