Compartir a través de


GrantStatement.WithGrantOption Propiedad

Gets or sets whether the WITH GRANT OPTION is defined.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property WithGrantOption As Boolean 
    Get 
    Set
'Uso
Dim instance As GrantStatement 
Dim value As Boolean 

value = instance.WithGrantOption

instance.WithGrantOption = value
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 la propiedad

Tipo: System.Boolean
True if the WITH GRANT OPTION is defined; otherwise, false.

Vea también

Referencia

GrantStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom