Класс InheritedBinding
Defines a binding as inherited from another object. This class cannot be inherited.
Иерархия наследования
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.InheritedBinding
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("15691EBF-A2CF-4213-9280-E1AC5AE2A050")> _
Public NotInheritable Class InheritedBinding _
Inherits Binding
'Применение
Dim instance As InheritedBinding
[GuidAttribute("15691EBF-A2CF-4213-9280-E1AC5AE2A050")]
public sealed class InheritedBinding : Binding
[GuidAttribute(L"15691EBF-A2CF-4213-9280-E1AC5AE2A050")]
public ref class InheritedBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("15691EBF-A2CF-4213-9280-E1AC5AE2A050")>]
type InheritedBinding =
class
inherit Binding
end
public final class InheritedBinding extends Binding
Тип InheritedBinding обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
InheritedBinding | Initializes a new instance of InheritedBinding using default values. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Container | (Производный от Component.) | |
Parent | Gets the parent object of the current object. (Производный от Binding.) | |
Site | (Производный от Component.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Clone | Returns a full copy of current InheritedBinding object. (Переопределяет Binding.Clone().) | |
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 the object instance. (Производный от Binding.) |
В начало
Замечания
Добавления: 17 июля 2006 г.
InheritedBinding has no properties. It is used to indicate that a MeasureGroupAttribute inherits its bindings from the Attribute.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.