Compartir a través de


Clase TableBinding

Represents a bound table object for the analysis services.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<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

El tipo TableBinding expone los siguientes miembros.

Constructores

  Nombre Descripción
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.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Container (Se hereda de Component.)
Propiedad pública DataSourceID Gets or sets the data source identifier for the table data.
Propiedad pública DbSchemaName Gets or sets the schema name of the database.
Propiedad pública DbTableName Gets or sets the name of the table in the database to be bound.
Propiedad pública Parent Gets the parent object of the current object. (Se hereda de Binding.)
Propiedad pública Site (Se hereda de Component.)

Arriba

Métodos

  Nombre Descripción
Método público Clone Returns a clone of the object. (Invalida Binding.Clone().)
Método público CopyTo Copies the content of the object to another object.
Método público CreateObjRef Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método público Dispose (Se hereda de Component.)
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetLifetimeService Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método público GetType (Se hereda de Object.)
Método público InitializeLifetimeService Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método público ToString (Se hereda de Component.)

Arriba

Eventos

  Nombre Descripción
Evento público Disposed (Se hereda de Component.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICloneable.Clone Creates a new copy of this object instance. (Se hereda de TabularBinding.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices