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


Класс DataSource

Represents a data source in a report server database or SharePoint library.

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

System.Object
  ReportService2010.DataSource

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

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class DataSource
'Применение
Dim instance As DataSource
[SerializableAttribute]
public class DataSource
[SerializableAttribute]
public ref class DataSource
[<SerializableAttribute>]
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

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