GrantStatement.WithGrantOption 속성
Gets or sets whether the WITH GRANT OPTION is defined.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Property WithGrantOption As Boolean
Get
Set
‘사용 방법
Dim instance As GrantStatement
Dim value As Boolean
value = instance.WithGrantOption
instance.WithGrantOption = value
public bool WithGrantOption { get; set; }
public:
property bool WithGrantOption {
bool get ();
void set (bool value);
}
member WithGrantOption : bool with get, set
function get WithGrantOption () : boolean
function set WithGrantOption (value : boolean)
속성 값
유형: System.Boolean
True if the WITH GRANT OPTION is defined; otherwise, false.