共用方式為


ImpersonationLevel Enumeration

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

命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

語法

'宣告
Public Enumeration ImpersonationLevel
public enum ImpersonationLevel
public enum class ImpersonationLevel
public enum ImpersonationLevel
public enum ImpersonationLevel

Members

Member name Description
Anonymous The client is anonymous to the server. The server process cannot obtain identification information about the client and cannot impersonate the client.
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.
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.

備註

新增:2006 年 7 月 17 日

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.AnalysisServices Namespace