DataSourceDefinitionOrReference Class
Represents a data source definition or a reference to a shared data source.
Inheritance Hierarchy
System.Object
ReportService2005.DataSourceDefinitionOrReference
ReportService2005.DataSourceDefinition
ReportService2005.DataSourceReference
ReportService2005.InvalidDataSourceReference
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Class DataSourceDefinitionOrReference
'Usage
Dim instance As DataSourceDefinitionOrReference
public class DataSourceDefinitionOrReference
public ref class DataSourceDefinitionOrReference
type DataSourceDefinitionOrReference = class end
public class DataSourceDefinitionOrReference
The DataSourceDefinitionOrReference type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataSourceDefinitionOrReference | Initializes a new instance of the DataSourceDefinitionOrReference class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
Methods of the ReportingService2005 class use objects that inherit DataSourceDefinitionOrReference. The following table describes classes that implement DataSourceDefinitionOrReference.
Class |
Description |
---|---|
Represents a data source definition in the report server database. |
|
Represents a reference to a shared data source in the report server database. |
|
Indicates that a data source reference is no longer valid. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.