Класс DataSource
Represents a data source in the report server database.
Иерархия наследования
System.Object
ReportService2005.DataSource
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.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 | 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.