Compartir a través de


QueryDefinition Miembros

Represents a query that retrieves the data for a data-driven subscription.

El tipo QueryDefinition expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico QueryDefinition Initializes a new instance of the QueryDefinition class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública CommandText Gets or sets the query text that is executed in order to obtain the report data.
Propiedad pública CommandType Gets or sets the type of query.
Propiedad pública Timeout Gets or sets the length of time (in seconds) that the report server waits for a query to return results before abandoning the query attempt.
Propiedad pública TimeoutSpecified Indicates whether a value for the Timeout property is specified.

Principio