مشاركة عبر


ISqlSpecifiesTable.Constraints الخاصية

يحصل على قائمة القيود المطبقة إلى الكائن.

مساحة الاسم:  Microsoft.Data.Schema.Sql.SchemaModel
التجميع:  Microsoft.Data.Schema.Sql (في Microsoft.Data.Schema.Sql.dll)

بناء الجملة

'إقرار
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>

قيمة الخاصية

النوع: System.Collections.Generic.IList<ISqlConstraint>

أمن NET Framework.

راجع أيضًَا

المرجع

ISqlSpecifiesTable واجهة

ISqlSpecifiesTable الأعضاء

Microsoft.Data.Schema.Sql.SchemaModel مساحة الاسم