Compartir a través de


InPredicate.NotDefined Propiedad

Gets or sets a value that indicates whether NOT is defined.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property NotDefined As Boolean 
    Get 
    Set
'Uso
Dim instance As InPredicate 
Dim value As Boolean 

value = instance.NotDefined

instance.NotDefined = value
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 la propiedad

Tipo: System.Boolean
true if NOT is defined; otherwise, false.

Vea también

Referencia

InPredicate Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom