Proprietà InPredicate.NotDefined

Restituisce un valore che indica se NOT è definito.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
Restituisce true se NOT è utilizzato; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

InPredicate Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql