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

Property Value

Type: Microsoft.AnalysisServices.ImpersonationLevel
An ImpersonationLevel object.

See Also

Reference

ConnectionInfo Class

Microsoft.AnalysisServices Namespace