ITableElementContainer.TableConstraints Property
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)
'Usage
Dim instance As ITableElementContainer
Dim value As IList(Of Constraint)
value = instance.TableConstraints
IList<Constraint> TableConstraints { get; }
property IList<Constraint^>^ TableConstraints {
IList<Constraint^>^ get ();
}
function get TableConstraints () : IList<Constraint>
Property Value
Type: System.Collections.Generic.IList<Constraint>
.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.
See Also
Reference
ITableElementContainer Interface