다음을 통해 공유


ITokenDataExtension 인터페이스

Defines support for a data processing extension to use a SharePoint user token to access a SharePoint data source.

네임스페이스:  Microsoft.ReportingServices.DataProcessing
어셈블리:   Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)

구문

‘선언
Public Interface ITokenDataExtension
‘사용 방법
Dim instance As ITokenDataExtension
public interface ITokenDataExtension
public interface class ITokenDataExtension
type ITokenDataExtension =  interface end
public interface ITokenDataExtension

ITokenDataExtension 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 SetUserToken Sets the SharePoint user token. This method is used by the report server to send the SharePoint user token to the data processing extension.

맨 위로 이동

주의

The report server sends the SharePoint user's security token to a data processing extension under the following circumstances:

  • The report server is in SharePoint integrated mode.

  • The data processing extension implements the ITokenDataExtension interface.

It is recommended that you configure the unattended execution account on the report server. If the report server cannot obtain a user token, it creates a SharePoint token of its unattended execution account. For more information, see 무인 실행 계정 구성.

The report server will allow the data source to use stored, non-windows credentials. A best practice is to avoid implementing revert-to-self logic because the result may be the Report Server service identity is used when connecting to data sources.

참고 항목

참조

Microsoft.ReportingServices.DataProcessing 네임스페이스