CubeAttributeBinding Class

Defines a binding from a data source to a cube attribute. This class cannot be inherited.

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

Remarks

New: 17 July 2006

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.Binding
        Microsoft.AnalysisServices.CubeAttributeBinding

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.