Поделиться через


Свойство IsChecked

Gets a value that indicates whether the CHECK constraint applies to new data only or also to existing data.

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

Синтаксис

'Декларация
ReadOnly Property IsChecked As Boolean
    Get
'Применение
Dim instance As ICheckConstraint
Dim value As Boolean

value = instance.IsChecked
bool IsChecked { get; }
property bool IsChecked {
    bool get ();
}
abstract IsChecked : bool
function get IsChecked () : boolean

Значение свойства

Тип: System. . :: . .Boolean
true if the CHECK constraint applies to both existing data and newly added data; false if it applies only to newly added data.