AlterTableConstraintModificationStatement.ConstraintNames Property
Gets the names of constraints to be modified. Will have zero elements if All is true.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property ConstraintNames As IList(Of Identifier)
Get
'Usage
Dim instance As AlterTableConstraintModificationStatement
Dim value As IList(Of Identifier)
value = instance.ConstraintNames
public IList<Identifier> ConstraintNames { get; }
public:
property IList<Identifier^>^ ConstraintNames {
IList<Identifier^>^ get ();
}
member ConstraintNames : IList<Identifier>
function get ConstraintNames () : IList<Identifier>
Property Value
Type: System.Collections.Generic.IList<Identifier>
The names of constraints to be modified.