Partilhar via


Propriedade ISqlView.IsWithCheckOption

Obtém ou define um valor que modela a opção WITH CHECK OPTION.

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

Sintaxe

'Declaração
Property IsWithCheckOption As Boolean
    Get
    Set
bool IsWithCheckOption { get; set; }
property bool IsWithCheckOption {
    bool get ();
    void set (bool value);
}
abstract IsWithCheckOption : bool with get, set
function get IsWithCheckOption () : boolean
function set IsWithCheckOption (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISqlView Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel