QueryBinding-Klasse
Represents a derived data type that defines the query binding.
Vererbungshierarchie
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.TabularBinding
Microsoft.AnalysisServices.QueryBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("4A79BC52-2965-49d3-88D1-486D5FFCEF12")> _
Public NotInheritable Class QueryBinding _
Inherits TabularBinding
'Usage
Dim instance As QueryBinding
[GuidAttribute("4A79BC52-2965-49d3-88D1-486D5FFCEF12")]
public sealed class QueryBinding : TabularBinding
[GuidAttribute(L"4A79BC52-2965-49d3-88D1-486D5FFCEF12")]
public ref class QueryBinding sealed : public TabularBinding
[<SealedAttribute>]
[<GuidAttribute("4A79BC52-2965-49d3-88D1-486D5FFCEF12")>]
type QueryBinding =
class
inherit TabularBinding
end
public final class QueryBinding extends TabularBinding
Der QueryBinding-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
QueryBinding() | Initializes a new instance of the QueryBinding class. | |
QueryBinding(String, String) | Initializes a new instance of the QueryBinding class with the specified data source id and query. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Container | (Geerbt von Component.) | |
DataSourceID | Gets or sets the DataSource identifier for the current QueryBinding. | |
Parent | Gets the parent object of the current object. (Geerbt von Binding.) | |
QueryDefinition | Gets or sets the query definition. | |
Site | (Geerbt von Component.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Clone | Returns a clone of the object. (Überschreibt Binding.Clone().) | |
CopyTo | Copies the content of this object to another object. | |
CreateObjRef | Sicherheitskritisch (Geerbt von MarshalByRefObject.) | |
Dispose | (Geerbt von Component.) | |
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetLifetimeService | Sicherheitskritisch (Geerbt von MarshalByRefObject.) | |
GetType | (Geerbt von Object.) | |
InitializeLifetimeService | Sicherheitskritisch (Geerbt von MarshalByRefObject.) | |
ToString | (Geerbt von Component.) |
Zum Anfang
Ereignisse
Name | Beschreibung | |
---|---|---|
Disposed | (Geerbt von Component.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
ICloneable.Clone | Creates a new copy of this object instance. (Geerbt von TabularBinding.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.