Partager via


ViewStatementBody.WithCheckOption, propriété

Obtient ou définit une valeur indiquant si With Check Option est défini.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ViewStatementBody Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms