Поделиться через


Класс TableBinding

Represents a bound table object for the analysis services.

Иерархия наследования

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<GuidAttribute("3632DD5A-AA46-4063-8312-26F0D9050B88")> _
Public NotInheritable Class TableBinding _
    Inherits TabularBinding
'Применение
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

Тип TableBinding обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод 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.

В начало

Свойства

  Имя Описание
Открытое свойство Container (Производный от 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. (Производный от Binding.)
Открытое свойство Site (Производный от Component.)

В начало

Методы

  Имя Описание
Открытый метод Clone Returns a clone of the object. (Переопределяет Binding.Clone().)
Открытый метод CopyTo Copies the content of the object to another object.
Открытый метод CreateObjRef Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод Dispose (Производный от Component.)
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetLifetimeService Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод GetType (Производный от Object.)
Открытый метод InitializeLifetimeService Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод ToString (Производный от Component.)

В начало

События

  Имя Описание
Открытое событие Disposed (Производный от Component.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable.Clone Creates a new copy of this object instance. (Производный от TabularBinding.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices