共用方式為


ReportingService2005.GetItemDataSourcePrompts 方法

Gets the data source prompts for a specified item.

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.dll 中)

語法

'宣告
Public Function GetItemDataSourcePrompts ( _
    Item As String _
) As DataSourcePrompt()
'用途
Dim instance As ReportingService2005 
Dim Item As String 
Dim returnValue As DataSourcePrompt()

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

參數

  • Item
    型別:System.String
    The full path of the item for which to retrieve data source prompts.

傳回值

型別:array<ReportService2005.DataSourcePrompt[]
An array of DataSourcePrompt objects.

備註

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

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

Depends on the item type:

請參閱

參考

ReportingService2005 類別

ReportService2005 命名空間