ISqlPermissionStatement.IsWithGrantOption Property

Gets or sets whether with grant is specified.

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

Syntax

'Declaration
Property IsWithGrantOption As Boolean
    Get
    Set
'Usage
Dim instance As ISqlPermissionStatement
Dim value As Boolean

value = instance.IsWithGrantOption

instance.IsWithGrantOption = value
bool IsWithGrantOption { get; set; }
property bool IsWithGrantOption {
    bool get ();
    void set (bool value);
}
function get IsWithGrantOption () : boolean
function set IsWithGrantOption (value : boolean)
abstract IsWithGrantOption : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlPermissionStatement Interface

ISqlPermissionStatement Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace