DataRetrievalPlan.DataSet Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a dataset containing the delivery query that is executed against the data source in a data-driven subscription.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public DataSetDefinition DataSet { get; set; }
public:
property DataSetDefinition^ DataSet {
    DataSetDefinition^ get();
    void set(DataSetDefinition^ value);
}
member DataSet : DataSetDefinition with get, set
Public Property DataSet As DataSetDefinition

Property Value

Type: ReportService2005.DataSetDefinition

A DataSetDefinition object that contains the delivery query that is executed against the data source in a data-driven subscription.

See Also

DataRetrievalPlan Class
ReportService2005 Namespace

Return to top