Compartir a través de


ImpersonationLevel Propiedad

Gets the impersonation level associated with a ConnectionInfo object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public ReadOnly Property ImpersonationLevel As ImpersonationLevel
    Get
'Uso
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