DataRetrievalPlan Class
SQL Server 2000
Represents settings that are required to retrieve data from the delivery query for data-driven subscriptions.
Public Class DataRetrievalPlan Member of [Namespace]
public class DataRetrievalPlan Member of [Namespace]
Public Properties
DataSet | The dataset (DataSetDefinition object) that contains the delivery query that is executed against the data source in a data-driven subscription. |
Item | The data source (DataSourceDefinitionOrReference object) from which data is retrieved. |
Remarks
A DataRetrievalPlan object is returned as output by the GetDataDrivenSubscriptionProperties method and is passed as input to the CreateDataDrivenSubscription and SetDataDrivenSubscriptionProperties methods.
