GrantStatement80.WithGrantOption (Propiedad)

Obtiene o establece un valor que indica si se ha definido WITH GRANT OPTION.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean
Devuelve true si se ha definido WITH GRANT OPTION; de lo contrario, devuelve false.

Seguridad de .NET Framework

Vea también

Referencia

GrantStatement80 Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)