Compartilhar via


Propriedade do RDL ConnectionInfo.ImpersonationLevel

Gets the impersonation level associated with a ConnectionInfo object.

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

Sintaxe

'Declaração
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.ImpersonationLevel
An ImpersonationLevel object.

Consulte também

Referência

ConnectionInfo Classe

Namespace Microsoft.AnalysisServices