Freigeben über


CommandSecurityElement80.All-Eigenschaft

Ruft ab oder legt fest, ob ALL definiert 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 ALL definiert wird, andernfalls False.

.NET Framework-Sicherheit

Siehe auch

Referenz

CommandSecurityElement80 Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace