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
<SerializableAttribute> _
Public Class QueryDefinition
'Uso
Dim instance As QueryDefinition
[SerializableAttribute]
public class QueryDefinition
[SerializableAttribute]
public ref class QueryDefinition
[<SerializableAttribute>]
type QueryDefinition = class end
public class QueryDefinition
El tipo QueryDefinition expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
QueryDefinition | Initializes a new instance of the QueryDefinition class. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
CommandText | Gets or sets the query text that is executed in order to obtain the report data. |
![]() |
CommandType | Gets or sets the type of query. |
![]() |
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. |
![]() |
TimeoutSpecified | Indicates whether a value for the Timeout property is specified. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
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.
.gif)
.gif)
.gif)