CubeAttributeBinding Class
Defines a binding from a data source to a cube attribute. This class cannot be inherited.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.CubeAttributeBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("398A84EF-F7F5-405e-A642-3C3CE569257F")> _
Public NotInheritable Class CubeAttributeBinding _
Inherits Binding
'Usage
Dim instance As CubeAttributeBinding
[GuidAttribute("398A84EF-F7F5-405e-A642-3C3CE569257F")]
public sealed class CubeAttributeBinding : Binding
[GuidAttribute(L"398A84EF-F7F5-405e-A642-3C3CE569257F")]
public ref class CubeAttributeBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("398A84EF-F7F5-405e-A642-3C3CE569257F")>]
type CubeAttributeBinding =
class
inherit Binding
end
public final class CubeAttributeBinding extends Binding
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
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
Methods
Name | Description | |
---|---|---|
Clone | Returns a full copy of current CubeAttributeBinding object. (Overrides Binding.Clone().) | |
CopyTo | Transfers a deep copy of current object to a specified binding. (Inherited from Binding.) | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetService | (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
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.