다음을 통해 공유


ImpersonationLevel 속성

Gets the impersonation level associated with a ConnectionInfo object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public ReadOnly Property ImpersonationLevel As ImpersonationLevel
    Get
‘사용 방법
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