DataRetrievalPlan.DataSet Property

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

Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly: ReportService2005 (in reportingservice2005.dll)

Syntax

'Declaration
Public Property DataSet As DataSetDefinition
public DataSetDefinition DataSet { get; set; }
public:
property DataSetDefinition^ DataSet {
    DataSetDefinition^ get ();
    void set (DataSetDefinition^ value);
}
/** @property */
public DataSetDefinition get_DataSet ()

/** @property */
public void set_DataSet (DataSetDefinition value)
public function get DataSet () : DataSetDefinition

public function set DataSet (value : DataSetDefinition)

Property Value

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

DataRetrievalPlan Class
DataRetrievalPlan Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace