DataSetDefinition.Query 属性

定义

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

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

属性值

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

适用于