TableBinding-Klasse
Represents a bound table object for the analysis services.
Vererbungshierarchie
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.TabularBinding
Microsoft.AnalysisServices.TableBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("3632DD5A-AA46-4063-8312-26F0D9050B88")> _
Public NotInheritable Class TableBinding _
Inherits TabularBinding
'Usage
Dim instance As TableBinding
[GuidAttribute("3632DD5A-AA46-4063-8312-26F0D9050B88")]
public sealed class TableBinding : TabularBinding
[GuidAttribute(L"3632DD5A-AA46-4063-8312-26F0D9050B88")]
public ref class TableBinding sealed : public TabularBinding
[<SealedAttribute>]
[<GuidAttribute("3632DD5A-AA46-4063-8312-26F0D9050B88")>]
type TableBinding =
class
inherit TabularBinding
end
public final class TableBinding extends TabularBinding
Der TableBinding-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
TableBinding() | Initializes a new instance of the TableBinding class. | |
TableBinding(String, String, String) | Initializes a new instance of the TableBinding class with specified data source identifier, schema, and name of the table. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Container | (Geerbt von Component.) | |
DataSourceID | Gets or sets the data source identifier for the table data. | |
DbSchemaName | Gets or sets the schema name of the database. | |
DbTableName | Gets or sets the name of the table in the database to be bound. | |
Parent | Gets the parent object of the current object. (Geerbt von Binding.) | |
Site | (Geerbt von Component.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Clone | Returns a clone of the object. (Überschreibt Binding.Clone().) | |
CopyTo | Copies the content of the 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.