ConnectionInfo.ImpersonationLevel Property

 

Applies To: SQL Server (starting with 2016)

Gets the impersonation level associated with a ConnectionInfo object.

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

Syntax

public ImpersonationLevel ImpersonationLevel { get; }
public:
property ImpersonationLevel ImpersonationLevel {
    ImpersonationLevel get();
}
member ImpersonationLevel : ImpersonationLevel with get
Public ReadOnly Property ImpersonationLevel As ImpersonationLevel

Property Value

Type: Microsoft.AnalysisServices.ImpersonationLevel

An ImpersonationLevel object.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top