Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
![]() |
ColumnID | Gets or sets the ColumnId of the ColumnBinding. |
![]() |
Container | (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().) |
![]() |
CreateObjRef | Security Critical. (Inherited from MarshalByRefObject.) |
![]() |
Dispose | (Inherited from Component.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() |
ToString | Returns a System.String that represents the table and column in the current ColumnBinding. (Overrides Component.ToString().) |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
Disposed | (Inherited from Component.) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
ICloneable.Clone | Creates a new copy of the object instance. (Inherited from Binding.) |
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)