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


Класс DimensionBinding

Defines a binding from a Dimension object to a DataSource object. This class cannot be inherited.

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

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

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

Синтаксис

'Декларация
<GuidAttribute("D94D3947-7CDA-40b0-B897-A4E6D5166697")> _
Public NotInheritable Class DimensionBinding _
    Inherits Binding
'Применение
Dim instance As DimensionBinding
[GuidAttribute("D94D3947-7CDA-40b0-B897-A4E6D5166697")]
public sealed class DimensionBinding : Binding
[GuidAttribute(L"D94D3947-7CDA-40b0-B897-A4E6D5166697")]
public ref class DimensionBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("D94D3947-7CDA-40b0-B897-A4E6D5166697")>]
type DimensionBinding =  
    class
        inherit Binding
    end
public final class DimensionBinding extends Binding

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

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

  Имя Описание
Открытый метод DimensionBinding() () () () Initializes a new instance of DimensionBinding using default values.
Открытый метод DimensionBinding(String, String) Initializes a new instance of DimensionBinding for the specified DataSource and Dimension.

В начало

Свойства

  Имя Описание
Защищенное свойство CanRaiseEvents (Производный от Component.)
Открытое свойство Container (Производный от Component.)
Открытое свойство DataSourceID Gets or sets the DataSource identifier for the current DimensionBinding.
Защищенное свойство DesignMode (Производный от Component.)
Открытое свойство DimensionID Gets or sets the Dimension identifier for the current DimensionBinding.
Защищенное свойство Events (Производный от Component.)
Открытое свойство Parent Gets the parent object of the current object. (Производный от Binding.)
Открытое свойство Persistence Gets or sets metadata persistence for current object.
Открытое свойство RefreshInterval Gets or sets the update interval for dimension data.
Открытое свойство RefreshPolicy Gets or sets update policy for current object.
Открытое свойство Site (Производный от Component.)

В начало

Методы

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

В начало

События

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

В начало

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

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

В начало

Замечания

Добавления: 17 июля 2006 г.

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

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

См. также

Справочник