Freigeben über


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
Öffentliche Methode TableBinding() Initializes a new instance of the TableBinding class.
Öffentliche Methode 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
Öffentliche Eigenschaft Container (Geerbt von Component.)
Öffentliche Eigenschaft DataSourceID Gets or sets the data source identifier for the table data.
Öffentliche Eigenschaft DbSchemaName Gets or sets the schema name of the database.
Öffentliche Eigenschaft DbTableName Gets or sets the name of the table in the database to be bound.
Öffentliche Eigenschaft Parent Gets the parent object of the current object. (Geerbt von Binding.)
Öffentliche Eigenschaft Site (Geerbt von Component.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Returns a clone of the object. (Überschreibt Binding.Clone().)
Öffentliche Methode CopyTo Copies the content of the object to another object.
Öffentliche Methode CreateObjRef Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode Dispose (Geerbt von Component.)
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode ToString (Geerbt von Component.)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Disposed (Geerbt von Component.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode 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.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace