Partager via


Propriété BooleanIsNullExpression.IsNot

Gets or sets whether the expression includes NOT.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property IsNot As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

BooleanIsNullExpression Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom