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


Класс DataSourceReference

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

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

System.Object
  ReportService2006.DataSourceDefinitionOrReference
    ReportService2006.DataSourceReference

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

Синтаксис

'Декларация
Public Class DataSourceReference _
    Inherits DataSourceDefinitionOrReference
'Применение
Dim instance As DataSourceReference
public class DataSourceReference : DataSourceDefinitionOrReference
public ref class DataSourceReference : public DataSourceDefinitionOrReference
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 reference to a shared data source in a SharePoint library.

В начало

Методы

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

В начало

Замечания

You can use theDataSourceReference class together with the Item property of the DataSource class to reference a shared data source in a SharePoint library.

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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен ReportService2006