Share via


IMutableView.HasCheckOption Property

Gets or sets a value that indicates whether the view uses the WITH CHECK OPTION option.

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

Syntax

'Declaration
Property HasCheckOption As Boolean 
    Get 
    Set
'Usage
Dim instance As IMutableView 
Dim value As Boolean 

value = instance.HasCheckOption

instance.HasCheckOption = value
bool HasCheckOption { get; set; }
property bool HasCheckOption {
    bool get ();
    void set (bool value);
}
abstract HasCheckOption : bool with get, set
function get HasCheckOption () : boolean 
function set HasCheckOption (value : boolean)

Property Value

Type: System.Boolean
true if the view uses the WITH CHECK OPTION option; othewise, false.

See Also

Reference

IMutableView Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace