Condividi tramite


Proprietà RevokeStatement.GrantOptionFor

Gets or sets whether GRANT OPTION FOR is defined.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Property GrantOptionFor As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As RevokeStatement 
Dim value As Boolean 

value = instance.GrantOptionFor

instance.GrantOptionFor = value
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
true if GRANT OPTION FOR is defined; otherwise, false.

Vedere anche

Riferimento

RevokeStatement Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom