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


Класс AttributeBinding

Defines a derived data type that represents a binding for an AttributeBinding element. This class cannot be inherited.

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

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.Binding
        Microsoft.AnalysisServices.AttributeBinding

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

Синтаксис

'Декларация
<GuidAttribute("A590CCBA-97D1-4ce7-8D8A-9D593313B2C3")> _
Public NotInheritable Class AttributeBinding _
    Inherits Binding
'Применение
Dim instance As AttributeBinding
[GuidAttribute("A590CCBA-97D1-4ce7-8D8A-9D593313B2C3")]
public sealed class AttributeBinding : Binding
[GuidAttribute(L"A590CCBA-97D1-4ce7-8D8A-9D593313B2C3")]
public ref class AttributeBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("A590CCBA-97D1-4ce7-8D8A-9D593313B2C3")>]
type AttributeBinding =  
    class 
        inherit Binding 
    end
public final class AttributeBinding extends Binding

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

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

  Имя Описание
Открытый метод AttributeBinding() Initializes a new instance of the AttributeBinding class using the default values.
Открытый метод AttributeBinding(String, AttributeBindingType) Initializes a new instance of the AttributeBinding class using an attribute identifier and an attribute type.
Открытый метод AttributeBinding(String, AttributeBindingType, Int32) Initializes a new instance of the AttributeBinding class using an attribute identifier, an attribute type, and an ordinal value.

В начало

Свойства

  Имя Описание
Открытое свойство AttributeID Gets or sets the AttributeID to use.
Открытое свойство Container (Производный от Component.)
Открытое свойство Ordinal Gets or sets the ordinal number representing the position for binding within a collection.
Открытое свойство Parent Gets the parent object of the current object. (Производный от Binding.)
Открытое свойство Site (Производный от Component.)
Открытое свойство Type Gets or sets the type of attribute associated with an AttributeBinding.

В начало

Методы

  Имя Описание
Открытый метод Clone Creates a new, full copy of an object. (Переопределяет Binding.Clone().)
Открытый метод CreateObjRef Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод Dispose (Производный от Component.)
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetLifetimeService Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод GetType (Производный от Object.)
Открытый метод InitializeLifetimeService Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод ToString Converts an attribute binding into a String. (Переопределяет Component.ToString().)

В начало

События

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

В начало

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

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

В начало

Замечания

Derives from Binding.

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

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

См. также

Справочник

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