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


Класс DataRetrievalPlan

Represents settings that are required to retrieve data from the delivery query for data-driven subscriptions.

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

System. . :: . .Object
  ReportService2006..::..DataRetrievalPlan

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.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(String, ExtensionSettings, DataRetrievalPlan, String, String, String, array<ParameterValueOrFieldReference>[]()[][]) and SetDataDrivenSubscriptionProperties(String, ExtensionSettings, DataRetrievalPlan, String, String, String, array<ParameterValueOrFieldReference>[]()[][]) methods.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник