DisableDataSource Method
SQL Server 2000
ReportingService.DisableDataSource Method
Disables a data source that is enabled.
Public Sub DisableDataSource( _ ByVal DataSource As String _ ) Member of [Namespace].ReportingService
public void DisableDataSource( string DataSource ); Member of [Namespace].ReportingService
Parameters
- DataSource
- The full path name of the data source.
Permissions
| Operation | Description |
|---|---|
| Update Content | Required on the data source. |
Remarks
Reports and data-driven subscriptions that refer to the data source do not run if the data source is disabled.