ImpersonationLevel Enumeración

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

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

Sintaxis

'Declaración
Public Enumeration ImpersonationLevel
'Uso
Dim instance As ImpersonationLevel
public enum ImpersonationLevel
public enum class ImpersonationLevel
type ImpersonationLevel
public enum ImpersonationLevel

Miembros

Nombre del miembro Descripción
Anonymous The client is anonymous to the server. The server process cannot obtain identification information about the client and cannot impersonate the client.
Identify The 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.
Impersonate The 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.
Delegate The 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.

Notas

Nuevo: 17 de julio de 2006