DataRetrievalPlan Class

Definition

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

public ref class DataRetrievalPlan
public class DataRetrievalPlan
type DataRetrievalPlan = class
Public Class DataRetrievalPlan
Inheritance
DataRetrievalPlan

Remarks

A DataRetrievalPlan object is returned as output by the GetDataDrivenSubscriptionProperties method and is passed as input to the CreateDataDrivenSubscription and SetDataDrivenSubscriptionProperties methods.

Constructors

DataRetrievalPlan()

Initializes a new instance of the DataRetrievalPlan class.

Properties

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.

Applies to