CubeDimensionPermission Class

Represents the permissions for a single role on a specific dimension in a cube. This class cannot be inherited.

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

Syntax

'Declaration
<GuidAttribute("4666B2A3-340A-46f5-9D59-EEA5B95BA516")> _
Public NotInheritable Class CubeDimensionPermission
    Inherits ModelComponent
    Implements ICloneable
[GuidAttribute("4666B2A3-340A-46f5-9D59-EEA5B95BA516")] 
public sealed class CubeDimensionPermission : ModelComponent, ICloneable
[GuidAttribute(L"4666B2A3-340A-46f5-9D59-EEA5B95BA516")] 
public ref class CubeDimensionPermission sealed : public ModelComponent, ICloneable
/** @attribute GuidAttribute("4666B2A3-340A-46f5-9D59-EEA5B95BA516") */ 
public final class CubeDimensionPermission extends ModelComponent implements ICloneable
GuidAttribute("4666B2A3-340A-46f5-9D59-EEA5B95BA516") 
public final class CubeDimensionPermission extends ModelComponent implements ICloneable

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.CubeDimensionPermission

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

CubeDimensionPermission Members
Microsoft.AnalysisServices Namespace