TabularBinding-Klasse
Represents a binding to a tabular item, such as a table or SQL query.
Vererbungshierarchie
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .Binding
Microsoft.AnalysisServices..::..TabularBinding
Microsoft.AnalysisServices. . :: . .DsvTableBinding
Microsoft.AnalysisServices. . :: . .QueryBinding
Microsoft.AnalysisServices. . :: . .TableBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("2D3C7FA2-4F08-4f97-A3A5-C9E61015FC96")> _
Public MustInherit Class TabularBinding _
Inherits Binding _
Implements ICloneable
'Usage
Dim instance As TabularBinding
[GuidAttribute("2D3C7FA2-4F08-4f97-A3A5-C9E61015FC96")]
public abstract class TabularBinding : Binding,
ICloneable
[GuidAttribute(L"2D3C7FA2-4F08-4f97-A3A5-C9E61015FC96")]
public ref class TabularBinding abstract : public Binding,
ICloneable
[<AbstractClassAttribute>]
[<GuidAttribute("2D3C7FA2-4F08-4f97-A3A5-C9E61015FC96")>]
type TabularBinding =
class
inherit Binding
interface ICloneable
end
public abstract class TabularBinding extends Binding implements ICloneable
Der TabularBinding-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
TabularBinding | Initializes a new instance of the TabularBinding class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
CanRaiseEvents | (Geerbt von Component.) | |
Container | (Geerbt von Component.) | |
DesignMode | (Geerbt von Component.) | |
Events | (Geerbt von Component.) | |
Parent | Gets the parent object of the current object. (Geerbt von Binding.) | |
Site | (Geerbt von Component.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Clone | Creates a deep copy of current object. (Geerbt von Binding.) | |
CopyTo(Binding) | Transfers a deep copy of current object to a specified binding. (Geerbt von Binding.) | |
CopyTo(TabularBinding) | Copies a TabularBinding object to the specified object. | |
CreateObjRef | (Geerbt von MarshalByRefObject.) | |
Dispose() () () () | (Geerbt von Component.) | |
Dispose(Boolean) | (Geerbt von Component.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Component.) | |
GetHashCode | (Geerbt von Object.) | |
GetLifetimeService | (Geerbt von MarshalByRefObject.) | |
GetService | (Geerbt von Component.) | |
GetType | (Geerbt von Object.) | |
InitializeLifetimeService | (Geerbt von MarshalByRefObject.) | |
MemberwiseClone() () () () | (Geerbt von Object.) | |
MemberwiseClone(Boolean) | (Geerbt von MarshalByRefObject.) | |
ToString | (Geerbt von Component.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.