CubeAttributeBinding Members
Include Protected Members
Include Inherited Members
Defines a binding from a data source to a cube attribute. This class cannot be inherited.
The CubeAttributeBinding type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | CubeAttributeBinding() | Initializes a new instance of CubeAttributeBinding using default values. | 
| .gif) | CubeAttributeBinding(String, String, String, AttributeBindingType) | Initializes a new instance of CubeAttributeBinding for the specified cube, dimension, attribute, and binding type. | 
| .gif) | CubeAttributeBinding(String, String, String, AttributeBindingType, Int32) | Initializes a new instance of CubeAttributeBinding for the specified cube, dimension, attribute, binding type, and ordinal place. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Clone() | Returns a full copy of current CubeAttributeBinding object. (Overrides Binding.Clone().) | 
| .gif) | CopyTo(Binding) | Transfers a deep copy of current object to a specified binding. (Inherited from Binding.) | 
| .gif) | CreateObjRef(Type) | (Inherited from MarshalByRefObject.) | 
| .gif) | Dispose() | (Inherited from Component.) | 
| .gif) | Dispose(Boolean) | (Inherited from Component.) | 
| .gif) | Equals(Object) | (Inherited from Object.) | 
| .gif) | Finalize() | (Inherited from Component.) | 
| .gif) | GetHashCode() | (Inherited from Object.) | 
| .gif) | GetLifetimeService() | (Inherited from MarshalByRefObject.) | 
| .gif) | GetService(Type) | (Inherited from Component.) | 
| .gif) | GetType() | (Inherited from Object.) | 
| .gif) | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | 
| .gif) | ToString() | Returns a System.String that represents the cube, dimension, attribute, binding type, and an ordinal location in the current CubeAttributeBinding object. (Overrides Component.ToString().) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | AttributeID | Gets or sets the AttributeID referenced in the binding. | 
| .gif) | CanRaiseEvents | (Inherited from Component.) | 
| .gif) | Container | (Inherited from Component.) | 
| .gif) | CubeDimensionID | Gets or sets the CubeDimensionID referenced in the binding. | 
| .gif) | CubeID | Gets or sets the CubeID referenced in the binding. | 
| .gif) | DesignMode | (Inherited from Component.) | 
| .gif) | Events | (Inherited from Component.) | 
| .gif) | Ordinal | Gets or sets the ordinal number of the attribute that the data source binds to in the collection. | 
| .gif) | Parent | Gets the parent object of the current object. (Inherited from Binding.) | 
| .gif) | Site | (Inherited from Component.) | 
| .gif) | Type | Gets or sets the type of binding. | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | ICloneable.Clone() | (Inherited from Binding.) | 
Top
.gif)