Sdílet prostřednictvím


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.

Constructors

  Name Description
Public method QueryBase Initializes a new instance of the QueryBase class.

Top

Properties

  Name Description
Public property AutoGenerated Indicates whether this query is automatically generated.
Public property CommandText The command text.
Public property CommandType The command type.
Public property ComponentMetadata The component metadata. (Inherited from ReportObject.)
Public property DesignerState The current state of the object model in Report Designer.
Public property Hidden Indicates whether this query is hidden.
Public property MdxQuery The MDX query.
Public property Parent The parent of this report object. (Inherited from ReportObjectBase.)
Public property RQDDesignerState The current state of the query designer.
Public property Site Infrastructure. (Inherited from ReportObject.)
Public property SuppressAutoUpdate Indicates whether to suppress automatic update.
Public property Timeout The query time out.
Public property UseGenericDesigner Indicates whether to use a generic designer.

Top

Methods

  Name Description
Public method DeepClone Returns a deep clone of this ReportObject instance. (Inherited from ReportObject.)
Public method Equals(Object) Tests the equality of this object and another object. (Overrides Object.Equals(Object).)
Public method Equals(QueryBase) Tests the equality of this object and another QueryBase object.
Protected method Finalize (Inherited from Object.)
Public method GetContainingDataScopes Infrastructure. (Inherited from ReportObject.)
Protected method GetDataScopesForDefaultImpl Infrastructure. (Inherited from ReportObject.)
Protected method GetDependenciesCore Infrastructure. (Inherited from ReportObject.)
Public method GetHashCode Gets a unique hash code for the current QueryBase instance.. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Public method Initialize Initializes the current QueryBase instance. (Overrides ReportObject.Initialize().)
Protected method InitializeForDesigner Infrastructure. (Inherited from ReportObject.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnChildPropertyChanged Infrastructure. (Inherited from ReportObject.)
Protected method OnPropertyChanged Infrastructure. (Inherited from ReportObject.)
Protected method RdlSemanticEqualsCore Infrastructure. (Overrides ReportObject.RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>).)
Protected method SavePropertyValue<T> Infrastructure. (Inherited from ReportObject.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_autoGenerated Infrastructure.
Protected field m_designerState Infrastructure.
Protected field m_hidden Infrastructure.
Protected field m_suppressAutoUpdate Infrastructure.
Protected field m_useGenericDesigner Infrastructure.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDisposable.Dispose (Inherited from ReportObject.)
Explicit interface implemetationPrivate event 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.