DataRetrievalPlan.DataSet Property
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.
Gets or sets a dataset containing the delivery query that is executed against the data source in a data-driven subscription.
public:
property ReportService2005::DataSetDefinition ^ DataSet { ReportService2005::DataSetDefinition ^ get(); void set(ReportService2005::DataSetDefinition ^ value); };
public ReportService2005.DataSetDefinition DataSet { get; set; }
member this.DataSet : ReportService2005.DataSetDefinition with get, set
Public Property DataSet As DataSetDefinition
Property Value
A DataSetDefinition object that contains the delivery query that is executed against the data source in a data-driven subscription.