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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.