RevokeStatement80.GrantOptionFor 属性
Gets or sets whether GRANT OPTION FOR is defined.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property GrantOptionFor As Boolean
Get
Set
用法
Dim instance As RevokeStatement80
Dim value As Boolean
value = instance.GrantOptionFor
instance.GrantOptionFor = value
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)
属性值
类型:System.Boolean
True if GRANT OPTION FOR is defined; otherwise, false.