AlterTableConstraintModificationStatement.ConstraintNames Property

Definition

Names of constraints to be modified. Will have zero elements if All is true.

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.Identifier> ConstraintNames { get; }
member this.ConstraintNames : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.Identifier>
Public ReadOnly Property ConstraintNames As IList(Of Identifier)

Property Value

Applies to