Compartilhar via


Propriedade do RDL AdomdConnection.User

Obtém a identificação do usuário que abriu o AdomdConnection atual.

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

Sintaxe

'Declaração
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 da propriedade

Tipo: GenericIdentity
Um objeto GenericIdentity que contém as informações sobre o usuário que abriu o AdomdConnection atual.

Consulte também

Referência

AdomdConnection Classe

Namespace Microsoft.AnalysisServices.AdomdServer