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
'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)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.