ListSubscriptionsUsingDataSource Method
SQL Server 2000
ReportingService.ListSubscriptionsUsingDataSource Method
Returns a list of subscriptions that are associated with a given data source.
Public Function ListSubscriptionsUsingDataSource( _ ByVal DataSource As String _ ) As [Namespace].Subscription() Member of [Namespace].ReportingService
public [Namespace].Subscription[] ListSubscriptionsUsingDataSource( string DataSource, ); Member of [Namespace].ReportingService
Parameters
- DataSource
- The full path name of the data source.
Return Value
An array of Subscription[] objects that represents the subscriptions that are associated with a given data source.