StatementExecutingAs Method |
Allows this statement to be executed as a different user/role than the one
currently authenticated (a.k.a. proxy execution).
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.6.0
Syntax public 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
Implements
IStatementExecutingAs(String)Remarks This feature is only available in DSE 5.1+.
See Also