QueryDefinition Class
SQL Server 2000
Represents a query that retrieves the data for a data-driven subscription.
Public Class QueryDefinition Member of [Namespace]
public class QueryDefinition Member of [Namespace]
Public Properties
CommandText | The query text that is executed in order to obtain the report data. String. |
CommandType | The type of query. String. |
Timeout | The length of time (in seconds) that the report server waits for a query to return results before abandoning the query attempt. Integer. |
TimeoutSpecified | Indicates whether a value for the Timeout property is specified. Boolean. |
Remarks
Use the QueryDefinition class with the Query property of the DataSetDefinition class.
