Classe TableBinding

Represents a bound table object for the analysis services.

Hiérarchie d'héritage

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.Binding
        Microsoft.AnalysisServices.TabularBinding
          Microsoft.AnalysisServices.TableBinding

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("3632DD5A-AA46-4063-8312-26F0D9050B88")> _
Public NotInheritable Class TableBinding _
    Inherits TabularBinding
'Utilisation
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

Le type TableBinding expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique TableBinding() Initializes a new instance of the TableBinding class.
Méthode publique TableBinding(String, String, String) Initializes a new instance of the TableBinding class with specified data source identifier, schema, and name of the table.

Haut de la page

Propriétés

  Nom Description
Propriété publique Container (hérité de Component.)
Propriété publique DataSourceID Gets or sets the data source identifier for the table data.
Propriété publique DbSchemaName Gets or sets the schema name of the database.
Propriété publique DbTableName Gets or sets the name of the table in the database to be bound.
Propriété publique Parent Gets the parent object of the current object. (hérité de Binding.)
Propriété publique Site (hérité de Component.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Returns a clone of the object. (remplace Binding.Clone().)
Méthode publique CopyTo Copies the content of the object to another object.
Méthode publique CreateObjRef Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode publique Dispose (hérité de Component.)
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetLifetimeService Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode publique GetType (hérité de Object.)
Méthode publique InitializeLifetimeService Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode publique ToString (hérité de Component.)

Haut de la page

Événements

  Nom Description
Événement public Disposed (hérité de Component.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable.Clone Creates a new copy of this object instance. (hérité de TabularBinding.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices