Share via


IMutableCheckConstraint.IsChecked Property

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

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Property IsChecked As Boolean 
    Get 
    Set
'Usage
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)

Property Value

Type: 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.

See Also

Reference

IMutableCheckConstraint Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace