0 out of 1 rated this helpful - Rate this topic

DataSourceDefinition Class

SQL Server 2005

Represents a data source definition in the report server database.

Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly: ReportService2005 (in reportingservice2005.dll)
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")] 
public class DataSourceDefinition : DataSourceDefinitionOrReference
/** @attribute SerializableAttribute() */ 
/** @attribute XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") */ 
public class DataSourceDefinition extends DataSourceDefinitionOrReference
SerializableAttribute 
XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") 
public class DataSourceDefinition extends DataSourceDefinitionOrReference

Use the DataSourceDefinition class with the Item property of the DataSource class.

A DataSourceDefinition object is returned as output by the GetDataSourceContents method and is passed as input to the CreateDataSource and SetDataSourceContents methods.

The DataSourceDefinition class is used for both embedded and shared data sources.


System.Object
   Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.DataSourceDefinitionOrReference
    Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.DataSourceDefinition
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.

Development Platforms

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

Target Platforms

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ