言語

IUserContext インターフェイス

定義

ユーザーセッションのコンテキストのプロパティを定義します。

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

注釈

Reporting ServicesIUserContextオブジェクトをProcessReportDefinitionメソッドに渡します。

プロパティ

名前 説明
AuthenticationType

認証モードを指定する値を取得します。

Token

セキュリティトークンを指定する値を取得します。

UserName

ユーザー名を指定する値を取得します。

適用対象