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 | 인프라입니다. |
맨 위로 이동
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
IDisposable. . :: . .Dispose | (ReportObject에서 상속됨) | |
IComponent. . :: . .Disposed | (ReportObject에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.