AdomdConnection.User Property

Gets the identification of the user who opened the current AdomdConnection.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property User As GenericIdentity 
    Get
'Usage
Dim instance As AdomdConnection 
Dim value As GenericIdentity 

value = instance.User
public GenericIdentity User { get; }
public:
property GenericIdentity^ User {
    GenericIdentity^ get ();
}
member User : GenericIdentity
function get User () : GenericIdentity

Property Value

Type: GenericIdentity
A GenericIdentity object that has the information about the user who opened the current AdomdConnection.

See Also

Reference

AdomdConnection Class

Microsoft.AnalysisServices.AdomdServer Namespace