ColumnDefinition.Constraints Property

Gets a list of constraints for this column.

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

Syntax

'Declaration
Public ReadOnly Property Constraints As IList(Of Constraint)
public IList<Constraint> Constraints { get; }
public:
property IList<Constraint^>^ Constraints {
    IList<Constraint^>^ get ();
}
member Constraints : IList<Constraint>
function get Constraints () : IList<Constraint>

Property Value

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

.NET Framework Security

See Also

Reference

ColumnDefinition Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace