Clase QueryDefinition
Represents a query that retrieves the data for a subscription.
Jerarquía de herencia
System. . :: . .Object
ReportService2006..::..QueryDefinition
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.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 command type for the 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. | |
TimeoutSpecified | Gets or sets a value that 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.