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


Класс TabularBinding

Represents a binding to a tabular item, such as a table or SQL query.

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

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .Binding
        Microsoft.AnalysisServices..::..TabularBinding
          Microsoft.AnalysisServices. . :: . .DsvTableBinding
          Microsoft.AnalysisServices. . :: . .QueryBinding
          Microsoft.AnalysisServices. . :: . .TableBinding

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

Синтаксис

'Декларация
<GuidAttribute("2D3C7FA2-4F08-4f97-A3A5-C9E61015FC96")> _
Public MustInherit Class TabularBinding _
    Inherits Binding _
    Implements ICloneable
'Применение
Dim instance As TabularBinding
[GuidAttribute("2D3C7FA2-4F08-4f97-A3A5-C9E61015FC96")]
public abstract class TabularBinding : Binding, 
    ICloneable
[GuidAttribute(L"2D3C7FA2-4F08-4f97-A3A5-C9E61015FC96")]
public ref class TabularBinding abstract : public Binding, 
    ICloneable
[<AbstractClassAttribute>]
[<GuidAttribute("2D3C7FA2-4F08-4f97-A3A5-C9E61015FC96")>]
type TabularBinding =  
    class
        inherit Binding
        interface ICloneable
    end
public abstract class TabularBinding extends Binding implements ICloneable

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

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

  Имя Описание
Защищенный метод TabularBinding Initializes a new instance of the TabularBinding class.

В начало

Свойства

  Имя Описание
Защищенное свойство CanRaiseEvents (Производный от Component.)
Открытое свойство Container (Производный от Component.)
Защищенное свойство DesignMode (Производный от Component.)
Защищенное свойство Events (Производный от Component.)
Открытое свойство Parent Gets the parent object of the current object. (Производный от Binding.)
Открытое свойство Site (Производный от Component.)

В начало

Методы

  Имя Описание
Открытый метод Clone Creates a deep copy of current object. (Производный от Binding.)
Защищенный метод CopyTo(Binding) Transfers a deep copy of current object to a specified binding. (Производный от Binding.)
Защищенный метод CopyTo(TabularBinding) Copies a TabularBinding object to the specified object.
Открытый метод CreateObjRef (Производный от MarshalByRefObject.)
Открытый метод Dispose() () () () (Производный от Component.)
Защищенный метод Dispose(Boolean) (Производный от Component.)
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Component.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetLifetimeService (Производный от MarshalByRefObject.)
Защищенный метод GetService (Производный от Component.)
Открытый метод GetType (Производный от Object.)
Открытый метод InitializeLifetimeService (Производный от MarshalByRefObject.)
Защищенный метод MemberwiseClone() () () () (Производный от Object.)
Защищенный метод MemberwiseClone(Boolean) (Производный от MarshalByRefObject.)
Открытый метод ToString (Производный от Component.)

В начало

События

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

В начало

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

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable. . :: . .Clone

В начало

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

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

См. также

Справочник