Поделиться через


Класс DataSourceReference

Represents a reference to a shared data source.

Иерархия наследования

System. . :: . .Object
  ReportService2010. . :: . .DataSourceDefinitionOrReference
    ReportService2010..::..DataSourceReference

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class DataSourceReference _
    Inherits DataSourceDefinitionOrReference
'Применение
Dim instance As DataSourceReference
[SerializableAttribute]
public class DataSourceReference : DataSourceDefinitionOrReference
[SerializableAttribute]
public ref class DataSourceReference : public DataSourceDefinitionOrReference
[<SerializableAttribute>]
type DataSourceReference =  
    class
        inherit DataSourceDefinitionOrReference
    end
public class DataSourceReference extends DataSourceDefinitionOrReference

Тип DataSourceReference обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DataSourceReference Initializes a new instance of the DataSourceReference class.

В начало

Свойства

  Имя Описание
Открытое свойство Reference Gets or sets the reference to a shared data source.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

You can use the DataSourceReference class together with the Item property of the DataSource class to reference a shared data source.

The DataSourceReference class is associated with shared data sources. For more information about data sources, see Shared Data Sources and Report-Specific Data Sources.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник