Поделиться через


Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен ReportService2010