Класс QueryDefinition
Represents a query that retrieves the data for a data-driven subscription.
Иерархия наследования
System. . :: . .Object
ReportService2005..::..QueryDefinition
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class QueryDefinition
'Применение
Dim instance As QueryDefinition
[SerializableAttribute]
public class QueryDefinition
[SerializableAttribute]
public ref class QueryDefinition
[<SerializableAttribute>]
type QueryDefinition = class end
public class QueryDefinition
Тип QueryDefinition обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
QueryDefinition | Initializes a new instance of the QueryDefinition class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.