共用方式為


ReportingService2005.ListSubscriptionsUsingDataSource 方法

Returns a list of subscriptions that are associated with a given data source.

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

語法

'宣告
Public Function ListSubscriptionsUsingDataSource ( _
    DataSource As String _
) As Subscription()
'用途
Dim instance As ReportingService2005 
Dim DataSource As String 
Dim returnValue As Subscription()

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

參數

  • DataSource
    型別:System.String
    The full path name of the data source.

傳回值

型別:array<ReportService2005.Subscription[]
An array of Subscription objects that represents\ the subscriptions that are associated with a given data source.

備註

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

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

ReadProperties

This method only returns subscriptions for reports to which the user has ReadProperties and ReadAnySubscription permissions.

請參閱

參考

ReportingService2005 類別

ReportService2005 命名空間