Класс 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 обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.