Partilhar via


Propriedade ViewStatementBody.WithCheckOption

Obtém ou define se With Check Option está definida.

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

Sintaxe

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

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ViewStatementBody Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql