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


Класс Binding

Serves as the base class from which all bindings are derived.

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

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices..::..Binding
        Подробнее...

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

Синтаксис

'Декларация
<GuidAttribute("BBACE699-683F-4d4b-BDB1-43B824816CE5")> _
Public MustInherit Class Binding _
    Inherits Component _
    Implements ICloneable
'Применение
Dim instance As Binding
[GuidAttribute("BBACE699-683F-4d4b-BDB1-43B824816CE5")]
public abstract class Binding : Component, 
    ICloneable
[GuidAttribute(L"BBACE699-683F-4d4b-BDB1-43B824816CE5")]
public ref class Binding abstract : public Component, 
    ICloneable
[<AbstractClassAttribute>]
[<GuidAttribute("BBACE699-683F-4d4b-BDB1-43B824816CE5")>]
type Binding =  
    class
        inherit Component
        interface ICloneable
    end
public abstract class Binding extends Component implements ICloneable

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

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

  Имя Описание
Защищенный метод Binding Initializes a new instance of a binding object as implemented by the derived class.

В начало

Свойства

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

В начало

Методы

  Имя Описание
Открытый метод Clone Creates a deep copy of current object.
Защищенный метод CopyTo Transfers a deep copy of current object to a specified binding.
Открытый метод 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

В начало

Замечания

Добавления: 17 июля 2006 г.

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

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

См. также

Справочник

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

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices..::..Binding
        Microsoft.AnalysisServices. . :: . .AttributeBinding
        Microsoft.AnalysisServices. . :: . .CalculatedMeasureBinding
        Microsoft.AnalysisServices. . :: . .ColumnBinding
        Microsoft.AnalysisServices. . :: . .CubeAttributeBinding
        Microsoft.AnalysisServices. . :: . .CubeDimensionBinding
        Microsoft.AnalysisServices. . :: . .DataSourceViewBinding
        Microsoft.AnalysisServices. . :: . .DimensionBinding
        Microsoft.AnalysisServices. . :: . .ExpressionBinding
        Microsoft.AnalysisServices. . :: . .InheritedBinding
        Microsoft.AnalysisServices. . :: . .MeasureBinding
        Microsoft.AnalysisServices. . :: . .MeasureGroupBinding
        Microsoft.AnalysisServices. . :: . .MeasureGroupDimensionBinding
        Microsoft.AnalysisServices. . :: . .ProactiveCachingBinding
        Microsoft.AnalysisServices. . :: . .RowBinding
        Microsoft.AnalysisServices. . :: . .RowNumberBinding
        Microsoft.AnalysisServices. . :: . .TabularBinding
        Microsoft.AnalysisServices. . :: . .TimeAttributeBinding
        Microsoft.AnalysisServices. . :: . .TimeBinding
        Microsoft.AnalysisServices. . :: . .UserDefinedGroupBinding