Класс QueryBase

Represents the base class for a query object.

Иерархия наследования

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.QueryBase
        Microsoft.ReportingServices.RdlObjectModel.Query

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Class QueryBase _
    Inherits ReportObject
'Применение
Dim instance As QueryBase
public class QueryBase : ReportObject
public ref class QueryBase : public ReportObject
type QueryBase =  
    class 
        inherit ReportObject 
    end
public class QueryBase extends ReportObject

Тип QueryBase обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод QueryBase Initializes a new instance of the QueryBase class.

В начало

Свойства

  Имя Описание
Открытое свойство AutoGenerated Gets or sets a value that indicates whether this query is automatically generated.
Открытое свойство CommandText Gets or sets the command text.
Открытое свойство CommandType Gets or sets the command type.
Открытое свойство ComponentMetadata Gets or sets the component metadata. (Производный от ReportObject.)
Открытое свойство DesignerState Gets or sets the current state of the object model in Report Designer.
Открытое свойство Hidden Gets or sets a value that indicates whether this query is hidden.
Открытое свойство MdxQuery Gets or sets the MDX query.
Открытое свойство Parent The parent of this report object. (Производный от ReportObjectBase.)
Открытое свойство RQDDesignerState Gets or sets the current state of the query designer.
Открытое свойство Site Инфраструктура. Gets or sets the site associated with the ReportObject object. (Производный от ReportObject.)
Открытое свойство SuppressAutoUpdate Gets or sets a value that indicates whether to suppress automatic update.
Открытое свойство Timeout Gets or sets the query time out.
Открытое свойство UseGenericDesigner Gets or sets a value that indicates whether to use a generic designer.

В начало

Методы

  Имя Описание
Открытый метод DeepClone Returns a deep clone of this ReportObject instance. (Производный от ReportObject.)
Открытый метод Equals(Object) Tests the equality of this object and another object. (Переопределяет Object.Equals(Object).)
Открытый метод Equals(QueryBase) Tests the equality of this object and another QueryBase object.
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetContainingDataScopes Инфраструктура. Returns the list of report object that contains data scopes. (Производный от ReportObject.)
Защищенный метод GetDataScopesForDefaultImpl Инфраструктура. Returns the data scopes for default implementation. (Производный от ReportObject.)
Защищенный метод GetDependenciesCore Инфраструктура. Returns the dependencies core for the ReportObject object. (Производный от ReportObject.)
Открытый метод GetHashCode Gets a unique hash code for the current QueryBase instance. (Переопределяет Object.GetHashCode().)
Открытый метод GetType (Производный от Object.)
Открытый метод Initialize Initializes the current QueryBase instance. (Переопределяет ReportObject.Initialize().)
Защищенный метод InitializeForDesigner Инфраструктура. Initializes the report object for designer. (Производный от ReportObject.)
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод OnChildPropertyChanged Инфраструктура. Raises an event when the property of the child was changed. (Производный от ReportObject.)
Защищенный метод OnPropertyChanged Инфраструктура. Raises an event when the property was changed. (Производный от ReportObject.)
Защищенный метод RdlSemanticEqualsCore Инфраструктура. Indicates whether the RDL semantic is equal to the core objects. (Переопределяет ReportObject.RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>).)
Защищенный метод SavePropertyValue<T> Инфраструктура. Saves the property value of the report object. (Производный от ReportObject.)
Открытый метод ToString (Производный от Object.)

В начало

Поля

  Имя Описание
Защищенное поле m_autoGenerated Инфраструктура. Specifies whether this query is automatically generated.
Защищенное поле m_designerState Инфраструктура. Specifies the current state of the object model in Report Designer.
Защищенное поле m_hidden Инфраструктура. Specifies whether this query is hidden.
Защищенное поле m_suppressAutoUpdate Инфраструктура. Specifies whether to suppress automatic update.
Защищенное поле m_useGenericDesigner Инфраструктура. Specifies whether to use a generic designer.

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IDisposable.Dispose Инфраструктура. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Производный от ReportObject.)
Явная реализация интерфейсаЗакрытое событие IComponent.Disposed Инфраструктура. Occurs when the ReportObject object is disposed. (Производный от ReportObject.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.RdlObjectModel