IStatementExecutingAs Method |
Allows this statement to be executed as a different user/role than the one
currently authenticated (a.k.a. proxy execution).
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntax IStatement ExecutingAs(
string userOrRole
)
Parameters
- userOrRole
- Type: SystemString
The user or role name to act as when executing this statement.
Return Value
Type:
IStatementThis statement
Remarks This feature is only available in DSE 5.1+.
See Also