DataRetrievalPlan Class

Definition

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

public ref class DataRetrievalPlan
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class DataRetrievalPlan
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type DataRetrievalPlan = class
Public Class DataRetrievalPlan
Inheritance
DataRetrievalPlan
Attributes

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