CellPermission Class

Definition

Specifies the CellPermission for one or more cells in a cube. This class cannot be inherited.

[System.Runtime.InteropServices.Guid("C6E2F586-DB91-4b1f-B6FC-EFD81498CFF6")]
public sealed class CellPermission : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("C6E2F586-DB91-4b1f-B6FC-EFD81498CFF6")>]
type CellPermission = class
    inherit ModelComponent
    interface ICloneable
Public NotInheritable Class CellPermission
Inherits ModelComponent
Implements ICloneable
Inheritance
CellPermission
Attributes
Implements

Constructors

CellPermission()

Initializes a new instance of CellPermission using the default values.

CellPermission(CellPermissionAccess)

Initializes a new instance of CellPermission using the specifyied access read/write capabilities.

CellPermission(CellPermissionAccess, String)

Initializes a new instance of CellPermission using the specified access read/write capabilities and expression.

Properties

Access

Gets or sets the Access values associated with a CellPermission object.

Annotations

Gets a collection within which you can store custom data.

(Inherited from ModelComponent)
Description

Gets or sets the description associated with a CellPermission object.

Expression

Gets or sets the MDX Expression associated with a CellPermission object.

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 CellPermission object.

ParentCube

Gets the parent Cube object of the CellPermission object.

ParentDatabase

Gets the parent Database object of the CellPermission object.

ParentServer

Gets the parent Server object of the CellPermission object.

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(CellPermission)

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)

Validates the element to which it is appended; returns any errors encountered in a collection.

(Inherited from ModelComponent)
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, Boolean, ServerEdition)

Indicates whether a ModelComponent object is valid.

(Inherited from ModelComponent)

Explicit Interface Implementations

ICloneable.Clone()
IHostableComponent.Host (Inherited from ModelComponent)
IModelComponent.FriendlyPath (Inherited from ModelComponent)
IModelComponent.OwningCollection (Inherited from ModelComponent)

Applies to