Sdílet prostřednictvím


ISqlSpecifiesTable.Constraints – vlastnost

Získá seznam omezení, které se vztahují k objektu.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlSpecifiesTable Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů