Click or drag to resize
IStatementExecutingAs 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.2.0
Syntax
C#
IStatement ExecutingAs(
	string userOrRole
)

Parameters

userOrRole
Type: SystemString
The user or role name to act as when executing this statement.

Return Value

Type: IStatement
This statement
Remarks
This feature is only available in DSE 5.1+.
See Also