AlterTableAddTableElementStatement.TableConstraints Property

Gets a list of table constraints.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property TableConstraints As IList(Of Constraint)
public IList<Constraint> TableConstraints { get; }
public:
virtual property IList<Constraint^>^ TableConstraints {
    IList<Constraint^>^ get () sealed;
}
abstract TableConstraints : IList<Constraint>
override TableConstraints : IList<Constraint>
final function get TableConstraints () : IList<Constraint>

Property Value

Type: System.Collections.Generic.IList<Constraint>

Implements

ITableElementContainer.TableConstraints

.NET Framework Security

See Also

Reference

AlterTableAddTableElementStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace