Freigeben über


GrantStatement.WithGrantOption-Eigenschaft

Ruft ab oder legt fest, ob WITH GRANT OPTION 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 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)

Eigenschaftswert

Typ: System.Boolean
Gibt true zurück, wenn WITH GRANT OPTION definiert ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

GrantStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace