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.