Gets the names of constraints to be modified. Will have zero elements if All is true.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public ReadOnly Property ConstraintNames As IList(Of Identifier)
Get
'用途
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>
屬性值
型別:System.Collections.Generic.IList<Identifier>
The names of constraints to be modified.