Share via


ISqlView.IsWithCheckOption Property

Gets or sets whether there is a check option.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsWithCheckOption As Boolean
    Get
    Set
'Usage
Dim instance As ISqlView
Dim value As Boolean

value = instance.IsWithCheckOption

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

Property Value

Type: System.Boolean
Returns True if there is a check option; otherwise, False.

.NET Framework Security

See Also

Reference

ISqlView Interface

ISqlView Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace