Propriedade GrantStatement.WithGrantOption

Obtém ou define se a opção de CONCEDER com é definida.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
Retorna true se a opção de CONCEDER com for definido, FALSO caso contrário.

Segurança do .NET Framework

Consulte também

Referência

GrantStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql