Condividi tramite


Proprietà RevokeStatement.GrantOptionFor

Ottiene o imposta un valore che indica se GRANT OPTION FOR è definito.

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

Sintassi

'Dichiarazione
Public Property GrantOptionFor As Boolean
    Get
    Set
public bool GrantOptionFor { get; set; }
public:
property bool GrantOptionFor {
    bool get ();
    void set (bool value);
}
member GrantOptionFor : bool with get, set
function get GrantOptionFor () : boolean
function set GrantOptionFor (value : boolean)

Valore proprietà

Tipo: System.Boolean
Restituisce true se GRANT OPTION FOR è definito; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RevokeStatement Classe

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