CellPermission 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为多维数据集中的一个或多个单元指定 CellPermission。 此类不能被继承。
[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
- 继承
- 属性
- 实现
构造函数
CellPermission() |
使用默认值初始化 CellPermission 的新实例。 |
CellPermission(CellPermissionAccess) |
使用指定读/写访问功能初始化 CellPermission 的新实例。 |
CellPermission(CellPermissionAccess, String) |
使用指定读/写访问功能和表达式初始化 CellPermission 的新实例。 |
属性
Access |
获取或设置与 CellPermission 对象关联的访问值。 |
Annotations |
获取您可在其中存储自定义数据的集合。 (继承自 ModelComponent) |
Description |
获取或设置与 CellPermission 对象关联的说明。 |
Expression |
获取或设置与 CellPermission 对象关联的 MDX 表达式。 |
FriendlyName |
获取 ModelComponent 的友好名称。 (继承自 ModelComponent) |
KeyForCollection |
获取集合中使用的键。 (继承自 ModelComponent) |
OwningCollection |
获取或设置包含 ModelComponent 的集合。 (继承自 ModelComponent) |
Parent |
获取 CellPermission 对象的父 CubePermission 对象。 |
ParentCube |
获取 CellPermission 对象的父 Cube 对象。 |
ParentDatabase |
获取 CellPermission 对象的父 Database 对象。 |
ParentServer |
获取 CellPermission 对象的父 Server 对象。 |
方法
显式接口实现
ICloneable.Clone() |
为多维数据集中的一个或多个单元指定 CellPermission。 此类不能被继承。 |
IHostableComponent.Host |
为多维数据集中的一个或多个单元指定 CellPermission。 此类不能被继承。 (继承自 ModelComponent) |
IModelComponent.FriendlyPath |
为多维数据集中的一个或多个单元指定 CellPermission。 此类不能被继承。 (继承自 ModelComponent) |
IModelComponent.OwningCollection |
为多维数据集中的一个或多个单元指定 CellPermission。 此类不能被继承。 (继承自 ModelComponent) |