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


Класс CalculatedMeasureBinding

Represents a binding to a calculated measure. This class cannot be inherited.

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

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

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

Синтаксис

'Декларация
<GuidAttribute("736F7D74-F634-4c89-BB36-55DF50EF64A0")> _
Public NotInheritable Class CalculatedMeasureBinding _
    Inherits Binding
'Применение
Dim instance As CalculatedMeasureBinding
[GuidAttribute("736F7D74-F634-4c89-BB36-55DF50EF64A0")]
public sealed class CalculatedMeasureBinding : Binding
[GuidAttribute(L"736F7D74-F634-4c89-BB36-55DF50EF64A0")]
public ref class CalculatedMeasureBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("736F7D74-F634-4c89-BB36-55DF50EF64A0")>]
type CalculatedMeasureBinding =  
    class 
        inherit Binding 
    end
public final class CalculatedMeasureBinding extends Binding

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

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

  Имя Описание
Открытый метод CalculatedMeasureBinding() Initializes a new instance of the CalculatedMeasureBinding class using the default values.
Открытый метод CalculatedMeasureBinding(String) Initializes a new instance of the CalculatedMeasureBinding class using a name and an identifier.

В начало

Свойства

  Имя Описание
Открытое свойство Container (Производный от Component.)
Открытое свойство MeasureName Gets or sets the name of the calculated measure.
Открытое свойство Parent Gets the parent object of the current object. (Производный от Binding.)
Открытое свойство Site (Производный от Component.)

В начало

Методы

  Имя Описание
Открытый метод Clone Returns a clone of the 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.)

В начало

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

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

См. также

Справочник

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