DataSetDefinition.Query 属性

定义

获取或设置从数据源检索数据所需要的 QueryDefinition 对象。

public:
 property ReportService2010::QueryDefinition ^ Query { ReportService2010::QueryDefinition ^ get(); void set(ReportService2010::QueryDefinition ^ value); };
public ReportService2010.QueryDefinition Query { get; set; }
member this.Query : ReportService2010.QueryDefinition with get, set
Public Property Query As QueryDefinition

属性值

一个 QueryDefinition 对象,该对象包含用于从数据源检索数据的查询。

适用于