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 | |
---|---|---|
CubeAttributeBinding() | Initializes a new instance of CubeAttributeBinding using default values. | |
CubeAttributeBinding(String, String, String, AttributeBindingType) | Initializes a new instance of CubeAttributeBinding for the specified cube, dimension, attribute, and binding type. | |
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 | |
---|---|---|
Clone() | Returns a full copy of current CubeAttributeBinding object. (Overrides Binding.Clone().) | |
CopyTo(Binding) | Transfers a deep copy of current object to a specified binding. (Inherited from Binding.) | |
CreateObjRef(Type) | (Inherited from MarshalByRefObject.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Component.) | |
GetHashCode() | (Inherited from Object.) | |
GetLifetimeService() | (Inherited from MarshalByRefObject.) | |
GetService(Type) | (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 cube, dimension, attribute, binding type, and an ordinal location in the current CubeAttributeBinding object. (Overrides Component.ToString().) |
Top
Properties
Name | Description | |
---|---|---|
AttributeID | Gets or sets the AttributeID referenced in the binding. | |
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
CubeDimensionID | Gets or sets the CubeDimensionID referenced in the binding. | |
CubeID | Gets or sets the CubeID referenced in the binding. | |
DesignMode | (Inherited from Component.) | |
Events | (Inherited from Component.) | |
Ordinal | Gets or sets the ordinal number of the attribute that the data source binds to in the collection. | |
Parent | Gets the parent object of the current object. (Inherited from Binding.) | |
Site | (Inherited from Component.) | |
Type | Gets or sets the type of binding. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICloneable.Clone() | (Inherited from Binding.) |
Top