Partager via


Propriété RevokeStatement80.GrantOptionFor

Gets or sets whether GRANT OPTION FOR is defined.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property GrantOptionFor As Boolean 
    Get 
    Set
'Utilisation
Dim instance As RevokeStatement80 
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)

Valeur de propriété

Type : System.Boolean
True if GRANT OPTION FOR is defined; otherwise, false.

Voir aussi

Référence

RevokeStatement80 Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom