InPredicate.NotDefined-Eigenschaft

Gibt zurück, ob NOT definiert wurde.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property NotDefined As Boolean
    Get
    Set
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)

Eigenschaftswert

Typ: System.Boolean
Gibt True zurück, wenn NOT BROWSE verwendet wird, andernfalls False.

.NET Framework-Sicherheit

Siehe auch

Referenz

InPredicate Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace