Поделиться через


Интерфейс 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.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.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.