Свойство IsEnabled
Gets a value that indicates whether the CHECK constraint is enabled.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property IsEnabled As Boolean
Get
'Применение
Dim instance As ICheckConstraint
Dim value As Boolean
value = instance.IsEnabled
bool IsEnabled { get; }
property bool IsEnabled {
bool get ();
}
abstract IsEnabled : bool
function get IsEnabled () : boolean
Значение свойства
Тип: System. . :: . .Boolean
true if the constraint is enabled; otherwise, false.