Propriedade ISqlPermissionStatement.IsAllPrivileges

Obtém ou define um valor que indica se a permissão que é concedida ou negada é tudo.

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

Sintaxe

'Declaração
Property IsAllPrivileges As Boolean
    Get
    Set
bool IsAllPrivileges { get; set; }
property bool IsAllPrivileges {
    bool get ();
    void set (bool value);
}
abstract IsAllPrivileges : bool with get, set
function get IsAllPrivileges () : boolean
function set IsAllPrivileges (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISqlPermissionStatement Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel