Classe QueryDefinition
Represents a query that retrieves the data for a data-driven subscription.
Gerarchia di ereditarietà
System.Object
ReportService2005.QueryDefinition
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Class QueryDefinition
'Utilizzo
Dim instance As QueryDefinition
public class QueryDefinition
public ref class QueryDefinition
type QueryDefinition = class end
public class QueryDefinition
Nel tipo QueryDefinition sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
QueryDefinition | Initializes a new instance of the QueryDefinition class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.