Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.