Partager via


InPredicate.NotDefined, propriété

Indique si NOT 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 NotDefined As Boolean
    Get
    Set
public bool NotDefined { get; set; }
public:
property bool NotDefined {
    bool get ();
    void set (bool value);
}
member NotDefined : bool with get, set
function get NotDefined () : boolean
function set NotDefined (value : boolean)

Valeur de propriété

Type : System.Boolean
Retourne la valeur True si NOT est utilisé ; sinon, False.

Sécurité .NET Framework

Voir aussi

Référence

InPredicate Classe

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