Класс ColumnBinding
Defines a binding between a data source and a column. This class cannot be inherited.
Иерархия наследования
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .Binding
Microsoft.AnalysisServices..::..ColumnBinding
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("212B3A61-40A5-4ce9-A46E-0B30768D60E8")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")> _
Public NotInheritable Class ColumnBinding _
Inherits Binding
'Применение
Dim instance As ColumnBinding
[GuidAttribute("212B3A61-40A5-4ce9-A46E-0B30768D60E8")]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")]
public sealed class ColumnBinding : Binding
[GuidAttribute(L"212B3A61-40A5-4ce9-A46E-0B30768D60E8")]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")]
public ref class ColumnBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("212B3A61-40A5-4ce9-A46E-0B30768D60E8")>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")>]
type ColumnBinding =
class
inherit Binding
end
public final class ColumnBinding extends Binding
Тип ColumnBinding обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
ColumnBinding() () () () | Initializes a new instance of ColumnBinding using default values. |
![]() |
ColumnBinding(String, String) | Initializes a new instance of ColumnBinding for the specified table and column. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
CanRaiseEvents | (Производный от Component.) |
![]() |
ColumnID | Gets or sets the ColumnId of the ColumnBinding. |
![]() |
Container | (Производный от Component.) |
![]() |
DesignMode | (Производный от Component.) |
![]() |
Events | (Производный от Component.) |
![]() |
Parent | Gets the parent object of the current object. (Производный от Binding.) |
![]() |
Site | (Производный от Component.) |
![]() |
TableID | Gets or sets the TableId of the ColumnBinding. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Clone | Returns a full copy of current ColumnBinding object. (Переопределяет Binding. . :: . .Clone() () () ().) |
![]() |
CopyTo | Transfers a deep copy of current object to a specified binding. (Производный от Binding.) |
![]() |
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 that represents the table and column in the current ColumnBinding. (Переопределяет Component. . :: . .ToString() () () ().) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
![]() ![]() |
ICloneable. . :: . .Clone | (Производный от Binding.) |
В начало
Замечания
Добавления: 17 июля 2006 г.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.