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


Класс DataSource

Represents a data source in a SharePoint library.

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

System.Object
  ReportService2006.DataSource

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

Синтаксис

'Декларация
Public Class DataSource
'Применение
Dim instance As DataSource
public class DataSource
public ref class DataSource
type DataSource =  class end
public class DataSource

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство Item Gets or sets the value that indicates whether the DataSource refers to a data source definition (DataSourceDefinition object) or a shared data source (DataSourceReference object).
Открытое свойство Name Gets or sets the name of the data source.

В начало

Методы

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

В начало

Замечания

DataSource is returned as output by the GetItemDataSources method and is passed as input to the SetItemDataSources method.

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

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

См. также

Справочник

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