ColumnBinding Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a binding between a data source and a column. This class cannot be inherited.
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design.AS")]
[System.Runtime.InteropServices.Guid("212B3A61-40A5-4ce9-A46E-0B30768D60E8")]
public sealed class ColumnBinding : Microsoft.AnalysisServices.Binding
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
[<System.Runtime.InteropServices.Guid("212B3A61-40A5-4ce9-A46E-0B30768D60E8")>]
type ColumnBinding = class
inherit Binding
Public NotInheritable Class ColumnBinding
Inherits Binding
- Inheritance
- Attributes
Constructors
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. |
Properties
ColumnID |
Gets or sets the identifier of the column for the ColumnBinding. |
Parent |
Gets the parent object of the current object. (Inherited from Binding) |
TableID |
Gets or sets the identifier of the table for the ColumnBinding. |
Methods
Clone() |
Returns a full copy of current ColumnBinding object. |
CopyTo(Binding) |
Transfers a deep copy of current object to a specified binding. (Inherited from Binding) |
ToString() |
Returns a string that represents the ColumnBinding object. |
Explicit Interface Implementations
ICloneable.Clone() | (Inherited from Binding) |