ISql90SpecifiesTable.Constraints 属性

获取应用于该对象的约束的列表。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
ReadOnly Property Constraints As IList(Of ISql90Constraint)
    Get
IList<ISql90Constraint> Constraints { get; }
property IList<ISql90Constraint^>^ Constraints {
    IList<ISql90Constraint^>^ get ();
}
abstract Constraints : IList<ISql90Constraint>
function get Constraints () : IList<ISql90Constraint>

属性值

类型:System.Collections.Generic.IList<ISql90Constraint>

.NET Framework 安全性

请参见

参考

ISql90SpecifiesTable 接口

Constraints 重载

Microsoft.Data.Schema.Sql.SchemaModel 命名空间