Propriété ConnectionInfo.ImpersonationLevel

Gets the impersonation level associated with a ConnectionInfo object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ImpersonationLevel As ImpersonationLevel 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.AnalysisServices.ImpersonationLevel
An ImpersonationLevel object.

Voir aussi

Référence

ConnectionInfo Classe

Espace de noms Microsoft.AnalysisServices