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


Метод ReportingService2005.GetItemDataSources

Returns the data sources for an item in the catalog.

Пространство имен:  ReportService2005
Сборка:  ReportService2005 (в ReportService2005.dll)

Синтаксис

'Декларация
Public Function GetItemDataSources ( _
    Item As String _
) As DataSource()
'Применение
Dim instance As ReportingService2005 
Dim Item As String 
Dim returnValue As DataSource()

returnValue = instance.GetItemDataSources(Item)
public DataSource[] GetItemDataSources(
    string Item
)
public:
array<DataSource^>^ GetItemDataSources(
    String^ Item
)
member GetItemDataSources : 
        Item:string -> DataSource[] 
public function GetItemDataSources(
    Item : String
) : DataSource[]

Параметры

  • Item
    Тип: System.String
    The full name of the item for which to retrieve data sources.

Возвращаемое значение

Тип: array<ReportService2005.DataSource[]
An array of DataSource objects.

Замечания

The table below shows header and permissions information on this operation.

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

Depends on the item type:

In addition, you must also have the ReadProperties permission for the item's data sources.

The GetItemDataSources method returns the values of properties associated with a data source, and may only be called for Report and Model item types.

См. также

Справочник

ReportingService2005 Класс

Пространство имен ReportService2005