Класс 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.) |
В начало
Замечания
Добавления: 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