Condividi tramite


Proprietà GrantStatement.WithGrantOption

Ottiene o imposta un valore che indica se WITH GRANT OPTION è 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 WithGrantOption As Boolean
    Get
    Set
public bool WithGrantOption { get; set; }
public:
property bool WithGrantOption {
    bool get ();
    void set (bool value);
}
member WithGrantOption : bool with get, set
function get WithGrantOption () : boolean
function set WithGrantOption (value : boolean)

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GrantStatement Classe

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