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