Share via


ISql100TableType.Constraints Property

Gets the list of constraints on the table type.

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

Syntax

'Declaration
ReadOnly Property Constraints As IList(Of ISql100TableTypeConstraint)
IList<ISql100TableTypeConstraint> Constraints { get; }
property IList<ISql100TableTypeConstraint^>^ Constraints {
    IList<ISql100TableTypeConstraint^>^ get ();
}
abstract Constraints : IList<ISql100TableTypeConstraint>
function get Constraints () : IList<ISql100TableTypeConstraint>

Property Value

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

.NET Framework Security

See Also

Reference

ISql100TableType Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace