Класс DataSourceReference
Represents a reference to a shared data source in a SharePoint library.
Иерархия наследования
System.Object
ReportService2006.DataSourceDefinitionOrReference
ReportService2006.DataSourceReference
Пространство имен: ReportService2006
Сборка: ReportService2006 (в ReportService2006.dll)
Синтаксис
'Декларация
Public Class DataSourceReference _
Inherits DataSourceDefinitionOrReference
'Применение
Dim instance As DataSourceReference
public class DataSourceReference : DataSourceDefinitionOrReference
public ref class DataSourceReference : public DataSourceDefinitionOrReference
type DataSourceReference =
class
inherit DataSourceDefinitionOrReference
end
public class DataSourceReference extends DataSourceDefinitionOrReference
Тип DataSourceReference обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
DataSourceReference | Initializes a new instance of the DataSourceReference class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Reference | Gets or sets reference to a shared data source in a SharePoint library. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
You can use theDataSourceReference class together with the Item property of the DataSource class to reference a shared data source in a SharePoint library.
The DataSourceReference class is associated with shared data sources. For more information about data sources, see Shared Data Sources and Report-Specific Data Sources.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.