Freigeben über


LikePredicate.NotDefined-Eigenschaft

Gibt einen Wert zurück, der angibt, ob NOT angegeben ist.

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

.NET Framework-Sicherheit

Siehe auch

Referenz

LikePredicate Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace