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.