Gets a list of constraints for this column.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public ReadOnly Property Constraints As IList(Of ConstraintDefinition)
Get
用法
Dim instance As ColumnDefinition
Dim value As IList(Of ConstraintDefinition)
value = instance.Constraints
public IList<ConstraintDefinition> Constraints { get; }
public:
property IList<ConstraintDefinition^>^ Constraints {
IList<ConstraintDefinition^>^ get ();
}
member Constraints : IList<ConstraintDefinition>
function get Constraints () : IList<ConstraintDefinition>
属性值
类型:System.Collections.Generic.IList<ConstraintDefinition>
The list of constraints for this column.