Класс QueryDefinition
Represents a query that retrieves the data for a subscription.
Иерархия наследования
System. . :: . .Object
ReportService2010..::..QueryDefinition
Пространство имен: ReportService2010
Сборка: ReportService2010 (в ReportService2010.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 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. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.