Condividi tramite


Proprietà BooleanIsNullExpression.IsNot

Gets or sets whether the expression includes NOT.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Property IsNot As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

BooleanIsNullExpression Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom