ColumnDefinition.Constraints 属性

获取应用于此列的约束的列表。

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

语法

声明
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>

属性值

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

.NET Framework 安全性

请参见

参考

ColumnDefinition 类

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