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


Класс MeasureGroupBinding

Represents a binding to a MeasureGroup element. This class cannot be inherited.

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

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .Binding
        Microsoft.AnalysisServices..::..MeasureGroupBinding

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

Синтаксис

'Декларация
<GuidAttribute("0141559E-FC6F-4144-932F-56710E7B3416")> _
Public NotInheritable Class MeasureGroupBinding _
    Inherits Binding
'Применение
Dim instance As MeasureGroupBinding
[GuidAttribute("0141559E-FC6F-4144-932F-56710E7B3416")]
public sealed class MeasureGroupBinding : Binding
[GuidAttribute(L"0141559E-FC6F-4144-932F-56710E7B3416")]
public ref class MeasureGroupBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("0141559E-FC6F-4144-932F-56710E7B3416")>]
type MeasureGroupBinding =  
    class
        inherit Binding
    end
public final class MeasureGroupBinding extends Binding

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

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

  Имя Описание
Открытый метод MeasureGroupBinding() () () () Initializes a new instance of the MeasureGroupBinding class using default values.
Открытый метод MeasureGroupBinding(String, String, String) Initializes a new instance of Action using a data source identifier, a cube identifier, and a measure group identifier.

В начало

Свойства

  Имя Описание
Защищенное свойство CanRaiseEvents (Производный от Component.)
Открытое свойство Container (Производный от Component.)
Открытое свойство CubeID Gets or sets the cube associated with the binding.
Открытое свойство DataSourceID Gets or sets the data source associated with the binding.
Защищенное свойство DesignMode (Производный от Component.)
Защищенное свойство Events (Производный от Component.)
Открытое свойство Filter Gets or sets the Multidimensional Expressions (MDX) expression that filters the contents of the binding.
Открытое свойство MeasureGroupID Gets or sets the measure group associated with the binding.
Открытое свойство Parent Gets the parent object of the current object. (Производный от Binding.)
Открытое свойство Persistence Gets or sets which parts of the bound source data are dynamic, and are checked for updates using the frequency specified by the RefreshPolicy.
Открытое свойство RefreshInterval
Открытое свойство RefreshPolicy
Открытое свойство Site (Производный от Component.)

В начало

Методы

  Имя Описание
Открытый метод Clone Creates a new full copy of an object. (Переопределяет Binding. . :: . .Clone() () () ().)
Защищенный метод CopyTo(Binding) Transfers a deep copy of current object to a specified binding. (Производный от Binding.)
Открытый метод CopyTo(MeasureGroupBinding) Copies a MeasureGroupBinding object to the specified object.
Открытый метод 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 Returns a String that represents the current MeasureGroupBinding. (Переопределяет Component. . :: . .ToString() () () ().)

В начало

События

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

В начало

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

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable. . :: . .Clone (Производный от Binding.)

В начало

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

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

См. также

Справочник