Partager via


Propriété InPredicate.NotDefined

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

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

Syntaxe

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

Valeur de propriété

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

Voir aussi

Référence

InPredicate Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom