CreateTableStatement.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.