Compartir a través de


ViewStatementBody.WithCheckOption (Propiedad)

Obtiene o establece si se define With Check Option.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ViewStatementBody Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)