Condividi tramite


Proprietà ConnectionInfo.ImpersonationLevel

Gets the impersonation level associated with a ConnectionInfo object.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ImpersonationLevel As ImpersonationLevel 
    Get
'Utilizzo
Dim instance As ConnectionInfo 
Dim value As ImpersonationLevel 

value = instance.ImpersonationLevel
public ImpersonationLevel ImpersonationLevel { get; }
public:
property ImpersonationLevel ImpersonationLevel {
    ImpersonationLevel get ();
}
member ImpersonationLevel : ImpersonationLevel
function get ImpersonationLevel () : ImpersonationLevel

Valore proprietà

Tipo: Microsoft.AnalysisServices.ImpersonationLevel
An ImpersonationLevel object.

Vedere anche

Riferimento

ConnectionInfo Classe

Spazio dei nomi Microsoft.AnalysisServices