ColumnDefinition.Constraints-Eigenschaft

Ruft eine Liste mit Einschränkungen für diese Spalte ab.

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)
    Get
public IList<Constraint> Constraints { get; }
public:
property IList<Constraint^>^ Constraints {
    IList<Constraint^>^ get ();
}
member Constraints : IList<Constraint>
function get Constraints () : IList<Constraint>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ColumnDefinition Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace