Share via


ITableElementContainer.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
ReadOnly Property TableConstraints As IList(Of Constraint)
IList<Constraint> TableConstraints { get; }
property IList<Constraint^>^ TableConstraints {
    IList<Constraint^>^ get ();
}
abstract TableConstraints : IList<Constraint>
function get TableConstraints () : IList<Constraint>

Property Value

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

Remarks

List is valid only if data type is table.

.NET Framework Security

See Also

Reference

ITableElementContainer Interface

Microsoft.Data.Schema.ScriptDom.Sql Namespace