Compartir a través de


InPredicate.NotDefined (Propiedad)

Devuelve un valor que indica si NOT está definido.

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

Valor de propiedad

Tipo: System.Boolean
Devuelve true si se utiliza NOT; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

InPredicate Clase

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