DataRetrievalPlan Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |