Compartir a través de


AdomdConnection.User Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Property User As GenericIdentity 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Security.Principal.GenericIdentity
A System.Security.Principal.GenericIdentity object that has the information about the user who opened the current AdomdConnection.

Vea también

Referencia

AdomdConnection Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer