Compartir a través de


Clase QueryDefinition

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

Jerarquía de herencia

System.Object
  ReportService2005.QueryDefinition

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
Public Class QueryDefinition
'Uso
Dim instance As QueryDefinition
public class QueryDefinition
public ref class QueryDefinition
type QueryDefinition =  class end
public class QueryDefinition

El tipo QueryDefinition expone los siguientes miembros.

Constructores

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

Arriba

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.

Arriba

Métodos

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

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres ReportService2005