IUserContext 接口

定义

定义用户会话上下文的属性。

public interface class IUserContext
public interface IUserContext
type IUserContext = interface
Public Interface IUserContext

注解

Reporting Services 将对象传递IUserContext给方法。ProcessReportDefinition

属性

名称 说明
AuthenticationType

获取指定认证模式的值。

Token

获得指定安全令牌的值。

UserName

获取指定用户名的值。

适用于