Compartilhar via


Classe TableBinding

Represents a bound table object for the analysis services.

Hierarquia de herança

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<GuidAttribute("3632DD5A-AA46-4063-8312-26F0D9050B88")> _
Public NotInheritable Class TableBinding _
    Inherits TabularBinding
'Uso
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

O tipo TableBinding expõe os membros a seguir.

Construtores

  Nome Descrição
Método público TableBinding() Initializes a new instance of the TableBinding class.
Método público TableBinding(String, String, String) Initializes a new instance of the TableBinding class with specified data source identifier, schema, and name of the table.

Início

Propriedades

  Nome Descrição
Propriedade pública Container (Herdado de Component.)
Propriedade pública DataSourceID Gets or sets the data source identifier for the table data.
Propriedade pública DbSchemaName Gets or sets the schema name of the database.
Propriedade pública DbTableName Gets or sets the name of the table in the database to be bound.
Propriedade pública Parent Gets the parent object of the current object. (Herdado de Binding.)
Propriedade pública Site (Herdado de Component.)

Início

Métodos

  Nome Descrição
Método público Clone Returns a clone of the object. (Substitui Binding.Clone().)
Método público CopyTo Copies the content of the object to another object.
Método público CreateObjRef Segurança crítica. (Herdado de MarshalByRefObject.)
Método público Dispose (Herdado de Component.)
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método público GetType (Herdado de Object.)
Método público InitializeLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método público ToString (Herdado de Component.)

Início

Eventos

  Nome Descrição
Evento público Disposed (Herdado de Component.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado ICloneable.Clone Creates a new copy of this object instance. (Herdado de TabularBinding.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices