Sets the function security context.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public void SetExecuteAsClause( string userName ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetExecuteAsClause ( _ userName As String _ ) |
| Visual C++ |
|---|
public: void SetExecuteAsClause( String^ userName ) |
Parameters
- userName
- Type: System..::.String