Click or drag to resize

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.9.0
Syntax
C#
public 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

Implements

IStatementExecutingAs(String)
Remarks
This feature is only available in DSE 5.1+.
See Also