共用方式為


RevokeStatement.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 RevokeStatement 
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.

請參閱

參考

RevokeStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間