Перечисление ConstraintEnforcement

Specifies how constraints can be enforced.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Enumeration ConstraintEnforcement
'Применение
Dim instance As ConstraintEnforcement
public enum ConstraintEnforcement
public enum class ConstraintEnforcement
type ConstraintEnforcement
public enum ConstraintEnforcement

Элементы

Имя элемента Описание
Check The constraint is Check.
NoCheck The constraint is NoCheck.
NotSpecified The constraint is NotSpecified.

См. также

Справочник

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom