DataRetrievalPlan Members
Include Protected Members
Include Inherited Members
Represents settings that are required to retrieve data from the delivery query for data-driven subscriptions.
The DataRetrievalPlan type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataRetrievalPlan() | Initializes a new instance of the DataRetrievalPlan class. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top