Classe QueryDefinition
Represents a query that retrieves the data for a data-driven subscription.
Hierarquia de herança
System. . :: . .Object
ReportService2005..::..QueryDefinition
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.dll)
Sintaxe
'Declaração
<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
O tipo QueryDefinition expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
QueryDefinition | Initializes a new instance of the QueryDefinition class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.