CellPermission 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 Cube 中一或多個資料格的 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() |
指定 Cube 中一或多個資料格的 CellPermission。 此類別無法獲得繼承。 |
IHostableComponent.Host |
指定 Cube 中一或多個資料格的 CellPermission。 此類別無法獲得繼承。 (繼承來源 ModelComponent) |
IModelComponent.FriendlyPath |
指定 Cube 中一或多個資料格的 CellPermission。 此類別無法獲得繼承。 (繼承來源 ModelComponent) |
IModelComponent.OwningCollection |
指定 Cube 中一或多個資料格的 CellPermission。 此類別無法獲得繼承。 (繼承來源 ModelComponent) |