QueryBase-Klasse
Represents the base class for a query object.
Vererbungshierarchie
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
Der QueryBase-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
QueryBase | Initializes a new instance of the QueryBase class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
AutoGenerated | Indicates whether this query is automatically generated. | |
CommandText | The command text. | |
CommandType | The command type. | |
ComponentMetadata | The component metadata. (Geerbt von 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. (Geerbt von ReportObjectBase.) | |
RQDDesignerState | The current state of the query designer. | |
Site | Infrastruktur (Geerbt von ReportObject.) | |
SuppressAutoUpdate | Indicates whether to suppress automatic update. | |
Timeout | The query time out. | |
UseGenericDesigner | Indicates whether to use a generic designer. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
DeepClone | Returns a deep clone of this ReportObject instance. (Geerbt von ReportObject.) | |
Equals(Object) | Tests the equality of this object and another object. (Überschreibt Object. . :: . .Equals(Object).) | |
Equals(QueryBase) | Tests the equality of this object and another QueryBase object. | |
Finalize | (Geerbt von Object.) | |
GetContainingDataScopes | Infrastruktur (Geerbt von ReportObject.) | |
GetDataScopesForDefaultImpl | Infrastruktur (Geerbt von ReportObject.) | |
GetDependenciesCore | Infrastruktur (Geerbt von ReportObject.) | |
GetHashCode | Gets a unique hash code for the current QueryBase instance.. (Überschreibt Object. . :: . .GetHashCode() () () ().) | |
GetType | (Geerbt von Object.) | |
Initialize | Initializes the current QueryBase instance. (Überschreibt ReportObject. . :: . .Initialize() () () ().) | |
InitializeForDesigner | Infrastruktur (Geerbt von ReportObject.) | |
MemberwiseClone | (Geerbt von Object.) | |
OnChildPropertyChanged | Infrastruktur (Geerbt von ReportObject.) | |
OnPropertyChanged | Infrastruktur (Geerbt von ReportObject.) | |
RdlSemanticEqualsCore | Infrastruktur (Überschreibt ReportObject. . :: . .RdlSemanticEqualsCore(ReportObject, ICollection< (Of < <' (ReportObject> ) > > )).) | |
SavePropertyValue< (Of < <' (T> ) > > ) | Infrastruktur (Geerbt von ReportObject.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Felder
Name | Beschreibung | |
---|---|---|
m_autoGenerated | Infrastruktur | |
m_designerState | Infrastruktur | |
m_hidden | Infrastruktur | |
m_suppressAutoUpdate | Infrastruktur | |
m_useGenericDesigner | Infrastruktur |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IDisposable. . :: . .Dispose | (Geerbt von ReportObject.) | |
IComponent. . :: . .Disposed | (Geerbt von ReportObject.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.