Condividi tramite


Proprietà ISqlPermissionStatement.IsWithGrantOption

Ottiene o imposta un valore che indica se l'utente autorizzato può, a sua volta, concedere l'autorizzazione agli altri.

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

Sintassi

'Dichiarazione
Property IsWithGrantOption As Boolean
    Get
    Set
bool IsWithGrantOption { get; set; }
property bool IsWithGrantOption {
    bool get ();
    void set (bool value);
}
abstract IsWithGrantOption : bool with get, set
function get IsWithGrantOption () : boolean
function set IsWithGrantOption (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlPermissionStatement Interfaccia

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