ColumnBinding Class
Defines a binding between a data source and a column. This class cannot be inherited.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.ColumnBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("212B3A61-40A5-4ce9-A46E-0B30768D60E8")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")> _
Public NotInheritable Class ColumnBinding _
Inherits Binding
'Usage
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
The ColumnBinding type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
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. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
CanRaiseEvents | (Inherited from Component.) |
![]() |
ColumnID | Gets or sets the ColumnId of the ColumnBinding. |
![]() |
Container | (Inherited from Component.) |
![]() |
DesignMode | (Inherited from Component.) |
![]() |
Events | (Inherited from Component.) |
![]() |
Parent | Gets the parent object of the current object. (Inherited from Binding.) |
![]() |
Site | (Inherited from Component.) |
![]() |
TableID | Gets or sets the TableId of the ColumnBinding. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Clone | Returns a full copy of current ColumnBinding object. (Overrides Binding.Clone().) |
![]() |
CopyTo | Transfers a deep copy of current object to a specified binding. (Inherited from Binding.) |
![]() |
CreateObjRef | (Inherited from MarshalByRefObject.) |
![]() |
Dispose() | (Inherited from Component.) |
![]() |
Dispose(Boolean) | (Inherited from Component.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Component.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
GetService | (Inherited from Component.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() |
ToString | Returns a System.String that represents the table and column in the current ColumnBinding. (Overrides Component.ToString().) |
Top
Remarks
New: 17 July 2006
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)