DataSourceReference Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Represents a reference to a shared data source.
Syntax
'Declaration
Public Class DataSourceReference
Inherits DataSourceDefinitionOrReference
public class DataSourceReference : DataSourceDefinitionOrReference
public ref class DataSourceReference : public DataSourceDefinitionOrReference
public class DataSourceReference extends DataSourceDefinitionOrReference
public class DataSourceReference extends DataSourceDefinitionOrReference
Inheritance Hierarchy
System.Object
ReportService2005.DataSourceDefinitionOrReference
ReportService2005.DataSourceReference
Example
You can use theDataSourceReference class with the Item property of the DataSource class to get or set a reference to a shared data source.
The DataSourceReference class is associated with shared data sources. For more information about data sources, see Shared Data Sources and Custom Data Sources.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
See Also
Reference
DataSourceReference Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace