ConnectionInfo.ImpersonationLevel Property

Gets the impersonation level associated with a ConnectionInfo object.

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

Syntax

'Declaration
Public ReadOnly Property ImpersonationLevel As ImpersonationLevel
    Get
'Usage
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