Condividi tramite


SqlFunctions.CurrentUser Metodo

Definizione

Restituisce il nome dell'utente corrente.

public:
 static System::String ^ CurrentUser();
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "CURRENT_USER")]
public static string CurrentUser ();
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "CURRENT_USER")>]
static member CurrentUser : unit -> string
Public Shared Function CurrentUser () As String

Restituisce

Nome dell'utente corrente.

Attributi

Commenti

Non è possibile chiamare direttamente questa funzione. Questa funzione può essere visualizzata solo all'interno di una query LINQ to Entities.

Questa funzione viene tradotta in una funzione corrispondente nel database. Per informazioni sulla funzione SQL Server corrispondente, vedere CURRENT_USER (Transact-SQL).

Si applica a