CubeDimensionPermission Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the permissions for a single role on a specific dimension in a cube. This class cannot be inherited.
[System.Runtime.InteropServices.Guid("4666B2A3-340A-46f5-9D59-EEA5B95BA516")]
public sealed class CubeDimensionPermission : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("4666B2A3-340A-46f5-9D59-EEA5B95BA516")>]
type CubeDimensionPermission = class
inherit ModelComponent
interface ICloneable
Public NotInheritable Class CubeDimensionPermission
Inherits ModelComponent
Implements ICloneable
- Inheritance
- Attributes
- Implements
Constructors
CubeDimensionPermission() |
Initializes a new instance of CubeDimensionPermission using the default values. |
CubeDimensionPermission(String) |
Initializes a new instance of CubeDimensionPermission using the specified cube-dimension identifier. |
Properties
Annotations |
Gets a collection within which you can store custom data. (Inherited from ModelComponent) |
AttributePermissions |
Gets the AttributePermissions associated with a CubeDimensionPermission object. |
CubeDimension |
Gets a CubeDimension associated with a CubeDimensionPermission. |
CubeDimensionID |
Gets or sets a CubeDimensionID associated with a CubeDimensionPermission. |
Description |
Gets or sets a Description from a CubeDimensionPermission. |
Dimension |
Gets a Dimension from a CubeDimensionPermission. |
FriendlyName |
Gets the friendly name of the ModelComponent. (Inherited from ModelComponent) |
KeyForCollection |
Gets the key used in collections. (Inherited from ModelComponent) |
OwningCollection |
Gets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent) |
Parent |
Gets the parent CubePermission object of the CubeDimensionPermission object. |
ParentCube |
Gets the parent Cube object of the CubeDimensionPermission object. |
ParentDatabase |
Gets the parent Database object of the CubeDimensionPermission object. |
ParentServer |
Gets the parent Server object of the CubeDimensionPermission object. |
Read |
Gets or sets the read access status referenced in a CubeDimensionPermission. |
Write |
Gets or sets the write access referenced in a CubeDimensionPermission. |
Methods
AddToContainer(IContainer) |
Adds the ModelComponent object to the specified container. (Inherited from ModelComponent) |
AfterInsert(Int32) |
Displays a ModelComponent object after added to the specified index. (Inherited from ModelComponent) |
AfterMove(Int32, Int32) |
Displays a ModelComponent object after moving to the specified index. (Inherited from ModelComponent) |
AfterRemove(ModelComponentCollection) |
Displays a ModelComponentCollection after a ModelComponent object is removed. (Inherited from ModelComponent) |
BeforeRemove(Boolean) |
Removes the ModelComponent object before the cleanup. (Inherited from ModelComponent) |
Clone() |
Returns a clone of the object. |
CopyTo(CubeDimensionPermission) |
Copies the content of this object to another object (the destination). |
CopyTo(ModelComponent) |
Copies a ModelComponent object to the specified object. (Inherited from ModelComponent) |
RemoveFromContainer(IContainer) |
Removes the ModelComponent object from the specified container. (Inherited from ModelComponent) |
Reset() |
Resets the component to an initial state. (Inherited from ModelComponent) |
Submit() |
Submits a ModelComponent object. (Inherited from ModelComponent) |
Submit(Boolean) |
Submits a ModelComponent object. (Inherited from ModelComponent) |
ToString() |
Returns a string that represents the current object. (Inherited from ModelComponent) |
Validate(ValidationErrorCollection, Boolean, ServerEdition) |
Determines whether the CubeDimensionPermission is valid. |
Validate(ValidationErrorCollection, Boolean) |
Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Inherited from ModelComponent) |
Validate(ValidationErrorCollection) |
Validates the element to which it is appended; returns any errors encountered in a collection. (Inherited from ModelComponent) |
Explicit Interface Implementations
ICloneable.Clone() | |
IHostableComponent.Host | (Inherited from ModelComponent) |
IModelComponent.FriendlyPath | (Inherited from ModelComponent) |
IModelComponent.OwningCollection | (Inherited from ModelComponent) |