CubeAttributeBinding Class
Updated: May 24, 2016
Defines a binding from a data source to a cube attribute. This class cannot be inherited.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
System::MarshalByRefObject
System.ComponentModel::Component
Microsoft.AnalysisServices::Binding
Microsoft.AnalysisServices::CubeAttributeBinding
| 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. |
| Name | Description | |
|---|---|---|
![]() | AttributeID | Gets or sets the AttributeID referenced in the binding. |
![]() | Container | (Inherited from Component.) |
![]() | CubeDimensionID | Gets or sets the CubeDimensionID referenced in the binding. |
![]() | CubeID | Gets or sets the CubeID referenced in the binding. |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Returns a full copy of current CubeAttributeBinding object.(Overrides Binding::Clone().) |
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Dispose() | (Inherited from Component.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (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().) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | Creates a new copy of the object instance.(Inherited from Binding.) |
New: 17 July 2006
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




