Freigeben über


BinaryQueryExpression.All-Eigenschaft

Ruft ab bzw. legt fest, ob das All-Schlüsselwort verwendet wird.

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

Syntax

'Declaration
Public Property All As Boolean
    Get
    Set
public bool All { get; set; }
public:
property bool All {
    bool get ();
    void set (bool value);
}
member All : bool with get, set
function get All () : boolean
function set All (value : boolean)

Eigenschaftswert

Typ: System.Boolean
Gibt true zurück, wenn das ALL-Schlüsselwort verwendet wird, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

BinaryQueryExpression Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace