Expand Minimize
This topic has not yet been rated - Rate this topic

ImpersonationLevel Enumeration

Indicates the level of impersonation that the server can use when impersonating the client.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public enum ImpersonationLevel
Member nameDescription
AnonymousThe client is anonymous to the server. The server process cannot obtain identification information about the client and cannot impersonate the client.
IdentifyThe server can obtain the identity of the client. The server can impersonate the client for ACL checking but cannot access system objects as the client.
ImpersonateThe server process can impersonate the security context of the client when acting on behalf of the client. This information is obtained when the connection is established, not on every call.
DelegateThe process can impersonate the security context of the client when acting on behalf of the client. The server process can also make outgoing calls to other servers when acting on behalf of the client.

New: 17 July 2006

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.