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 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
AutoGenerated | Indicates whether this query is automatically generated. |
![]() |
CommandText | The command text. |
![]() |
CommandType | The command type. |
![]() |
ComponentMetadata | The component metadata. (从 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. (从 ReportObjectBase 继承。) |
![]() |
RQDDesignerState | The current state of the query designer. |
![]() |
Site | 基础结构。 (从 ReportObject 继承。) |
![]() |
SuppressAutoUpdate | Indicates whether to suppress automatic update. |
![]() |
Timeout | The query time out. |
![]() |
UseGenericDesigner | Indicates whether to use a generic designer. |
页首
方法
页首
字段
名称 | 说明 | |
---|---|---|
![]() |
m_autoGenerated | 基础结构。 |
![]() |
m_designerState | 基础结构。 |
![]() |
m_hidden | 基础结构。 |
![]() |
m_suppressAutoUpdate | 基础结构。 |
![]() |
m_useGenericDesigner | 基础结构。 |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。