Proprietà AdomdConnection.User
Ottiene l'identificazione dell'utente che ha aperto l'oggetto AdomdConnection corrente.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property User As GenericIdentity
Get
'Utilizzo
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
Valore proprietà
Tipo: GenericIdentity
Oggetto GenericIdentity contenente le informazioni sull'utente che ha aperto l'oggetto AdomdConnection corrente.