ReportingService2005.GetItemDataSources Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns the data sources for an item in the catalog.

Syntax

'Declaration
Public Function GetItemDataSources ( _
    Item As String _
) As DataSource()
public DataSource[] GetItemDataSources (
    string Item
)
public:
array<DataSource^>^ GetItemDataSources (
    String^ Item
)
public DataSource[] GetItemDataSources (
    String Item
)
public function GetItemDataSources (
    Item : String
) : DataSource[]

Parameters

  • Item
    The full name of the item for which to retrieve data sources.

Return Value

An array of DataSource objects.

Remarks

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace