Classe QueryDefinition
Represents a query that retrieves the data for a subscription.
Hiérarchie d'héritage
System.Object
ReportService2010.QueryDefinition
Espace de noms : ReportService2010
Assembly : ReportService2010 (en ReportService2010.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class QueryDefinition
'Utilisation
Dim instance As QueryDefinition
[SerializableAttribute]
public class QueryDefinition
[SerializableAttribute]
public ref class QueryDefinition
[<SerializableAttribute>]
type QueryDefinition = class end
public class QueryDefinition
Le type QueryDefinition expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
QueryDefinition | Initializes a new instance of the QueryDefinition class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.