ImpersonationLevel 열거형

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

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

구문

‘선언
Public Enumeration ImpersonationLevel
‘사용 방법
Dim instance As ImpersonationLevel
public enum ImpersonationLevel
public enum class ImpersonationLevel
type ImpersonationLevel
public enum ImpersonationLevel

멤버

멤버 이름 설명
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일

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스