Właściwość IMutableCheckConstraint.IsChecked
Pobiera lub ustawia wartość wskazującą, czy ograniczenie typu CHECK dotyczy tylko nowych danych, czy również do istniejących danych.
Przestrzeń nazw: Microsoft.SqlServer.Management.SqlParser.Metadata
Zestaw: Microsoft.SqlServer.Management.SqlParser (w Microsoft.SqlServer.Management.SqlParser.dll)
Składnia
'Deklaracja
Property IsChecked As Boolean
Get
Set
'Użycie
Dim instance As IMutableCheckConstraint
Dim value As Boolean
value = instance.IsChecked
instance.IsChecked = value
bool IsChecked { get; set; }
property bool IsChecked {
bool get ();
void set (bool value);
}
abstract IsChecked : bool with get, set
function get IsChecked () : boolean
function set IsChecked (value : boolean)
Wartość właściwości
Typ: System.Boolean
TRUE ograniczenie typu CHECK zastosowanie istniejących danych oraz nowo dodane danych; FALSE jeśli ma to zastosowanie tylko do nowo dodane dane.