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


Класс MeasureGroupDimensionBinding

Represents a binding between a dimension and a measure group. This class cannot be inherited.

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

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

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

Синтаксис

'Декларация
<GuidAttribute("30D79AC4-3579-4D63-9D69-B8F18FAFAC28")> _
Public NotInheritable Class MeasureGroupDimensionBinding _
    Inherits Binding
'Применение
Dim instance As MeasureGroupDimensionBinding
[GuidAttribute("30D79AC4-3579-4D63-9D69-B8F18FAFAC28")]
public sealed class MeasureGroupDimensionBinding : Binding
[GuidAttribute(L"30D79AC4-3579-4D63-9D69-B8F18FAFAC28")]
public ref class MeasureGroupDimensionBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("30D79AC4-3579-4D63-9D69-B8F18FAFAC28")>]
type MeasureGroupDimensionBinding =  
    class 
        inherit Binding 
    end
public final class MeasureGroupDimensionBinding extends Binding

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

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

  Имя Описание
Открытый метод MeasureGroupDimensionBinding Initializes a new instance of the MeasureGroupDimensionBinding class.

В начало

Свойства

  Имя Описание
Открытое свойство Container (Производный от Component.)
Открытое свойство CubeDimensionID Gets or sets the identifier for a cube dimension, which references a specific dimension role.
Открытое свойство Parent Gets the parent object of the current object. (Производный от Binding.)
Открытое свойство Site (Производный от Component.)

В начало

Методы

  Имя Описание
Открытый метод Clone Creates a new full copy of an object. (Переопределяет Binding.Clone().)
Открытый метод CopyTo Copies a MeasureGroupDimensionBinding object to the specified object.
Открытый метод 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