DataSourceDefinitionOrReference Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a data source definition or a reference to a shared data source.

Syntax

'Declaration
Public Class DataSourceDefinitionOrReference
public class DataSourceDefinitionOrReference
public ref class DataSourceDefinitionOrReference
public class DataSourceDefinitionOrReference
public class DataSourceDefinitionOrReference

Remarks

Methods of the ReportingService2005 class use objects that inherit DataSourceDefinitionOrReference. The following table describes classes that implement DataSourceDefinitionOrReference.

Class

Description

DataSourceDefinition

Represents a data source definition in the report server database.

DataSourceReference

Represents a reference to a shared data source in the report server database.

InvalidDataSourceReference

Indicates that a data source reference is no longer valid.

Inheritance Hierarchy

System.Object
  ReportService2005.DataSourceDefinitionOrReference
     ReportService2005.DataSourceDefinition
     ReportService2005.DataSourceReference
     ReportService2005.InvalidDataSourceReference

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

DataSourceDefinitionOrReference Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace