Класс CubeDimensionBinding
Derived from Binding this type contains identifiers for data sources, cube and cube dimension and an MDX filter. This class cannot be inherited.
Иерархия наследования
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .Binding
Microsoft.AnalysisServices..::..CubeDimensionBinding
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("72245140-F8BD-4705-AE23-6DFABA51F92D")> _
Public NotInheritable Class CubeDimensionBinding _
Inherits Binding
'Применение
Dim instance As CubeDimensionBinding
[GuidAttribute("72245140-F8BD-4705-AE23-6DFABA51F92D")]
public sealed class CubeDimensionBinding : Binding
[GuidAttribute(L"72245140-F8BD-4705-AE23-6DFABA51F92D")]
public ref class CubeDimensionBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("72245140-F8BD-4705-AE23-6DFABA51F92D")>]
type CubeDimensionBinding =
class
inherit Binding
end
public final class CubeDimensionBinding extends Binding
Тип CubeDimensionBinding обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
CubeDimensionBinding() () () () | Initializes a new instance of CubeDimensionBinding using the default values. | |
CubeDimensionBinding(String, String, String) | Initializes a new instance of CubeDimensionBinding using a data source, cube and cube dimension identifiers. |
В начало
Свойства
Имя | Описание | |
---|---|---|
CanRaiseEvents | (Производный от Component.) | |
Container | (Производный от Component.) | |
CubeDimensionID | ||
CubeID | Gets or sets a cube identifier for a CubeDimensionBinding. | |
DataSourceID | Gets or sets the data source identifier for a CubeDimensionBinding object. | |
DesignMode | (Производный от Component.) | |
Events | (Производный от Component.) | |
Filter | ||
Parent | Gets the parent object of the current object. (Производный от Binding.) | |
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(CubeDimensionBinding) | Copies a CubeDimensionBinding 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 | (Переопределяет Component. . :: . .ToString() () () ().) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ICloneable. . :: . .Clone | (Производный от Binding.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.