Condividi tramite


Proprietà ISqlPermissionStatement.IsAllPrivileges

Ottiene o imposta un valore che indica se l'autorizzazione concessa o negata è ALL.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlPermissionStatement Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel