CubeDimensionBinding Class

Derived from Binding this type contains identifiers for data sources, cube and cube dimension and an MDX filter. This class cannot be inherited.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<GuidAttribute("72245140-F8BD-4705-AE23-6DFABA51F92D")> _
Public NotInheritable Class CubeDimensionBinding
    Inherits Binding
[GuidAttribute("72245140-F8BD-4705-AE23-6DFABA51F92D")] 
public sealed class CubeDimensionBinding : Binding
[GuidAttribute(L"72245140-F8BD-4705-AE23-6DFABA51F92D")] 
public ref class CubeDimensionBinding sealed : public Binding
/** @attribute GuidAttribute("72245140-F8BD-4705-AE23-6DFABA51F92D") */ 
public final class CubeDimensionBinding extends Binding
GuidAttribute("72245140-F8BD-4705-AE23-6DFABA51F92D") 
public final class CubeDimensionBinding extends Binding

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

CubeDimensionBinding Members
Microsoft.AnalysisServices Namespace