Propriedade ISqlPermissionStatement.IsWithGrantOption

Obtém ou define um valor que indica se o recebedor da permissão pode, por sua vez, conceder a permissão para outras pessoas.

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

Sintaxe

'Declaração
Property IsWithGrantOption As Boolean
    Get
    Set
bool IsWithGrantOption { get; set; }
property bool IsWithGrantOption {
    bool get ();
    void set (bool value);
}
abstract IsWithGrantOption : bool with get, set
function get IsWithGrantOption () : boolean
function set IsWithGrantOption (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISqlPermissionStatement Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel