QueryBase Class
Represents the base class for a query object.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.QueryBase
Microsoft.ReportingServices.RdlObjectModel.Query
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class QueryBase _
Inherits ReportObject
'Usage
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
The QueryBase type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AutoGenerated | Indicates whether this query is automatically generated. |
![]() |
CommandText | The command text. |
![]() |
CommandType | The command type. |
![]() |
ComponentMetadata | The component metadata. (Inherited from ReportObject.) |
![]() |
DesignerState | The current state of the object model in Report Designer. |
![]() |
Hidden | Indicates whether this query is hidden. |
![]() |
MdxQuery | The MDX query. |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
RQDDesignerState | The current state of the query designer. |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
![]() |
SuppressAutoUpdate | Indicates whether to suppress automatic update. |
![]() |
Timeout | The query time out. |
![]() |
UseGenericDesigner | Indicates whether to use a generic designer. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
DeepClone | Returns a deep clone of this ReportObject instance. (Inherited from ReportObject.) |
![]() |
Equals(Object) | Tests the equality of this object and another object. (Overrides Object.Equals(Object).) |
![]() |
Equals(QueryBase) | Tests the equality of this object and another QueryBase object. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetContainingDataScopes | Infrastructure. (Inherited from ReportObject.) |
![]() |
GetDataScopesForDefaultImpl | Infrastructure. (Inherited from ReportObject.) |
![]() |
GetDependenciesCore | Infrastructure. (Inherited from ReportObject.) |
![]() |
GetHashCode | Gets a unique hash code for the current QueryBase instance.. (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Initialize | Initializes the current QueryBase instance. (Overrides ReportObject.Initialize().) |
![]() |
InitializeForDesigner | Infrastructure. (Inherited from ReportObject.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnChildPropertyChanged | Infrastructure. (Inherited from ReportObject.) |
![]() |
OnPropertyChanged | Infrastructure. (Inherited from ReportObject.) |
![]() |
RdlSemanticEqualsCore | Infrastructure. (Overrides ReportObject.RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>).) |
![]() |
SavePropertyValue<T> | Infrastructure. (Inherited from ReportObject.) |
![]() |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
m_autoGenerated | Infrastructure. |
![]() |
m_designerState | Infrastructure. |
![]() |
m_hidden | Infrastructure. |
![]() |
m_suppressAutoUpdate | Infrastructure. |
![]() |
m_useGenericDesigner | Infrastructure. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.