Compartir a través de


Clase QueryBase

Represents the base class for a query object.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Class QueryBase _
    Inherits ReportObject
'Uso
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

El tipo QueryBase expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público QueryBase Initializes a new instance of the QueryBase class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AutoGenerated Gets or sets a value that indicates whether this query is automatically generated.
Propiedad pública CommandText Gets or sets the command text.
Propiedad pública CommandType Gets or sets the command type.
Propiedad pública ComponentMetadata Gets or sets the component metadata. (Se hereda de ReportObject.)
Propiedad pública DesignerState Gets or sets the current state of the object model in Report Designer.
Propiedad pública Hidden Gets or sets a value that indicates whether this query is hidden.
Propiedad pública MdxQuery Gets or sets the MDX query.
Propiedad pública Parent The parent of this report object. (Se hereda de ReportObjectBase.)
Propiedad pública RQDDesignerState Gets or sets the current state of the query designer.
Propiedad pública Site Infraestructura. Gets or sets the site associated with the ReportObject object. (Se hereda de ReportObject.)
Propiedad pública SuppressAutoUpdate Gets or sets a value that indicates whether to suppress automatic update.
Propiedad pública Timeout Gets or sets the query time out.
Propiedad pública UseGenericDesigner Gets or sets a value that indicates whether to use a generic designer.

Arriba

Métodos

  Nombre Descripción
Método público DeepClone Returns a deep clone of this ReportObject instance. (Se hereda de ReportObject.)
Método público Equals(Object) Tests the equality of this object and another object. (Invalida Object.Equals(Object).)
Método público Equals(QueryBase) Tests the equality of this object and another QueryBase object.
Método protegido Finalize (Se hereda de Object.)
Método público GetContainingDataScopes Infraestructura. Returns the list of report object that contains data scopes. (Se hereda de ReportObject.)
Método protegido GetDataScopesForDefaultImpl Infraestructura. Returns the data scopes for default implementation. (Se hereda de ReportObject.)
Método protegido GetDependenciesCore Infraestructura. Returns the dependencies core for the ReportObject object. (Se hereda de ReportObject.)
Método público GetHashCode Gets a unique hash code for the current QueryBase instance. (Invalida Object.GetHashCode().)
Método público GetType (Se hereda de Object.)
Método público Initialize Initializes the current QueryBase instance. (Invalida ReportObject.Initialize().)
Método protegido InitializeForDesigner Infraestructura. Initializes the report object for designer. (Se hereda de ReportObject.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido OnChildPropertyChanged Infraestructura. Raises an event when the property of the child was changed. (Se hereda de ReportObject.)
Método protegido OnPropertyChanged Infraestructura. Raises an event when the property was changed. (Se hereda de ReportObject.)
Método protegido RdlSemanticEqualsCore Infraestructura. Indicates whether the RDL semantic is equal to the core objects. (Invalida ReportObject.RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>).)
Método protegido SavePropertyValue<T> Infraestructura. Saves the property value of the report object. (Se hereda de ReportObject.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo protegido m_autoGenerated Infraestructura. Specifies whether this query is automatically generated.
Campo protegido m_designerState Infraestructura. Specifies the current state of the object model in Report Designer.
Campo protegido m_hidden Infraestructura. Specifies whether this query is hidden.
Campo protegido m_suppressAutoUpdate Infraestructura. Specifies whether to suppress automatic update.
Campo protegido m_useGenericDesigner Infraestructura. Specifies whether to use a generic designer.

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IDisposable.Dispose Infraestructura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Se hereda de ReportObject.)
Implementación de interfaces explícitasEvento privado IComponent.Disposed Infraestructura. Occurs when the ReportObject object is disposed. (Se hereda de ReportObject.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel