Propriedade CommandSecurityElement80.All

Obtém ou define se tudo está definida.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
Retorna VERDADEIRO se tudo o que é definido, FALSO caso contrário.

Segurança do .NET Framework

Consulte também

Referência

CommandSecurityElement80 Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql