RevokeStatement.GrantOptionFor-Eigenschaft

Ruft ab oder legt fest, ob GRANT OPTION FOR definiert wird.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property GrantOptionFor As Boolean
    Get
    Set
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)

Eigenschaftswert

Typ: System.Boolean
Gibt True zurück, wenn GRANT OPTION FOR definiert ist, andernfalls False.

.NET Framework-Sicherheit

Siehe auch

Referenz

RevokeStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace