Класс DataRetrievalPlan
Represents settings that are required to retrieve data from the delivery query for data-driven subscriptions.
Иерархия наследования
System. . :: . .Object
ReportService2010..::..DataRetrievalPlan
Пространство имен: ReportService2010
Сборка: ReportService2010 (в ReportService2010.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class DataRetrievalPlan
'Применение
Dim instance As DataRetrievalPlan
[SerializableAttribute]
public class DataRetrievalPlan
[SerializableAttribute]
public ref class DataRetrievalPlan
[<SerializableAttribute>]
type DataRetrievalPlan = class end
public class DataRetrievalPlan
Тип DataRetrievalPlan обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
DataRetrievalPlan | Initializes a new instance of the DataRetrievalPlan class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
DataSet | Gets or sets a dataset containing the delivery query that is executed against the data source in a data-driven subscription. | |
Item | Gets or sets the data source (DataSourceDefinitionOrReference object) from which data is retrieved. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
A DataRetrievalPlan object is returned as output by the GetDataDrivenSubscriptionProperties method and is passed as input to the CreateDataDrivenSubscription and SetDataDrivenSubscriptionProperties methods.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.