Compartir a través de


BooleanIsNullExpression.IsNot Propiedad

Gets or sets whether the expression includes NOT.

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

Sintaxis

'Declaración
Public Property IsNot As Boolean 
    Get 
    Set
'Uso
Dim instance As BooleanIsNullExpression 
Dim value As Boolean 

value = instance.IsNot

instance.IsNot = value
public bool IsNot { get; set; }
public:
property bool IsNot {
    bool get ();
    void set (bool value);
}
member IsNot : bool with get, set
function get IsNot () : boolean 
function set IsNot (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true if the expression includes NOT; otherwise, false.

Vea también

Referencia

BooleanIsNullExpression Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom