Compartilhar via


Classe QueryDefinition

Represents a query that retrieves the data for a subscription.

Hierarquia de herança

System. . :: . .Object
  ReportService2010..::..QueryDefinition

Namespace:  ReportService2010
Assembly:  ReportService2010 (em ReportService2010.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
Método público QueryDefinition Initializes a new instance of the QueryDefinition class.

Início

Propriedades

  Nome Descrição
Propriedade pública CommandText Gets or sets the query text that is executed in order to obtain the report data.
Propriedade pública CommandType Gets or sets the command type for the query.
Propriedade 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.
Propriedade pública TimeoutSpecified Gets or sets a value that indicates whether a value for the Timeout property is specified.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público 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.

Consulte também

Referência