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
- 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.