Класс TabularBinding
Represents a binding to a tabular item, such as a table or SQL query.
Иерархия наследования
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .Binding
Microsoft.AnalysisServices..::..TabularBinding
Microsoft.AnalysisServices. . :: . .DsvTableBinding
Microsoft.AnalysisServices. . :: . .QueryBinding
Microsoft.AnalysisServices. . :: . .TableBinding
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("2D3C7FA2-4F08-4f97-A3A5-C9E61015FC96")> _
Public MustInherit Class TabularBinding _
Inherits Binding _
Implements ICloneable
'Применение
Dim instance As TabularBinding
[GuidAttribute("2D3C7FA2-4F08-4f97-A3A5-C9E61015FC96")]
public abstract class TabularBinding : Binding,
ICloneable
[GuidAttribute(L"2D3C7FA2-4F08-4f97-A3A5-C9E61015FC96")]
public ref class TabularBinding abstract : public Binding,
ICloneable
[<AbstractClassAttribute>]
[<GuidAttribute("2D3C7FA2-4F08-4f97-A3A5-C9E61015FC96")>]
type TabularBinding =
class
inherit Binding
interface ICloneable
end
public abstract class TabularBinding extends Binding implements ICloneable
Тип TabularBinding обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
TabularBinding | Initializes a new instance of the TabularBinding class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
CanRaiseEvents | (Производный от Component.) | |
Container | (Производный от Component.) | |
DesignMode | (Производный от Component.) | |
Events | (Производный от Component.) | |
Parent | Gets the parent object of the current object. (Производный от Binding.) | |
Site | (Производный от Component.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Clone | Creates a deep copy of current object. (Производный от Binding.) | |
CopyTo(Binding) | Transfers a deep copy of current object to a specified binding. (Производный от Binding.) | |
CopyTo(TabularBinding) | Copies a TabularBinding 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.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.