DataSourceDefinitionOrReference Class

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

Inheritance Hierarchy

System.Object
  ReportService2006.DataSourceDefinitionOrReference
    ReportService2006.DataSourceDefinition
    ReportService2006.DataSourceReference
    ReportService2006.InvalidDataSourceReference

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.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
Public method DataSourceDefinitionOrReference Initializes a new instance of the DataSourceDefinitionOrReference class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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

Class

Description

DataSourceDefinition

Represents a data source definition in SharePoint library.

DataSourceReference

Represents a reference to a shared data source in the SharePoint library.

InvalidDataSourceReference

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.

See Also

Reference