DataSourceDefinitionOrReference Class
Represents a data source definition or a reference to a shared data source.
Inheritance Hierarchy
System.Object
ReportService2010.DataSourceDefinitionOrReference
ReportService2010.DataSourceDefinition
ReportService2010.DataSourceReference
ReportService2010.InvalidDataSourceReference
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DataSourceDefinitionOrReference
'Usage
Dim instance As DataSourceDefinitionOrReference
[SerializableAttribute]
public class DataSourceDefinitionOrReference
[SerializableAttribute]
public ref class DataSourceDefinitionOrReference
[<SerializableAttribute>]
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 ReportingService2010 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 or SharePoint library. |
|
Represents a reference to a shared data source in the report server database or SharePoint library. |
|
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.