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


Класс DataSource

Represents a data source in the report server database.

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

System. . :: . .Object
  ReportService2005..::..DataSource

Пространство имен:  ReportService2005
Сборка:  ReportService2005 (в ReportService2005.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 The data source definition (DataSourceDefinition object) or a reference to 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник