AlterTableConstraintModificationStatement.ConstraintNames 属性
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.