CellPermission クラス
キューブ内の 1 つまたは複数のセルの CellPermission を指定します。このクラスは継承できません。
継承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..CellPermission
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("C6E2F586-DB91-4b1f-B6FC-EFD81498CFF6")> _
Public NotInheritable Class CellPermission _
Inherits ModelComponent _
Implements ICloneable
'使用
Dim instance As CellPermission
[GuidAttribute("C6E2F586-DB91-4b1f-B6FC-EFD81498CFF6")]
public sealed class CellPermission : ModelComponent,
ICloneable
[GuidAttribute(L"C6E2F586-DB91-4b1f-B6FC-EFD81498CFF6")]
public ref class CellPermission sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("C6E2F586-DB91-4b1f-B6FC-EFD81498CFF6")>]
type CellPermission =
class
inherit ModelComponent
interface ICloneable
end
public final class CellPermission extends ModelComponent implements ICloneable
CellPermission 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
CellPermission() () () () | CellPermission の新しいインスタンスを既定値で初期化します。 | |
CellPermission(CellPermissionAccess) | 読み取り/書き込みのアクセス機能を指定して、CellPermission の新しいインスタンスを初期化します。 | |
CellPermission(CellPermissionAccess, String) | アクセスおよび式パラメータを使用して、CellPermission の新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Access | CellPermission オブジェクトに関連付けられた Access 値を取得します。値の設定も可能です。 | |
Annotations | カスタム データを格納できるコレクションを取得します。 (ModelComponent から継承されています。) | |
CanRaiseEvents | (Component から継承されています。) | |
Container | (Component から継承されています。) | |
Description | CellPermission オブジェクトに関連付けられた説明を取得します。値の設定も可能です。 | |
DesignMode | (Component から継承されています。) | |
Events | (Component から継承されています。) | |
Expression | CellPermission オブジェクトに関連付けられた MDX 式を取得します。値の設定も可能です。 | |
FriendlyName | インフラストラクチャです。 (ModelComponent から継承されています。) | |
KeyForCollection | インフラストラクチャです。 (ModelComponent から継承されています。) | |
OwningCollection | ModelComponent を格納するコレクションを取得します。値の設定も可能です。 (ModelComponent から継承されています。) | |
Parent | ||
ParentCube | ||
ParentDatabase | [:Microsoft.AnalysisServices.CellPermission] オブジェクトの Cube オブジェクトの親である ParentDatabase を取得します。 | |
ParentServer | [:Microsoft.AnalysisServices.CellPermission] オブジェクトの親である Server オブジェクトを取得します。 | |
Site | (Component から継承されています。) |
先頭に戻る
メソッド
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ICloneable. . :: . .Clone | ||
IHostableComponent. . :: . .Host | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .FriendlyPath | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .OwningCollection | (ModelComponent から継承されています。) |
先頭に戻る
説明
式が指定されていない場合または空の (コメントを含む) 場合、CellPermission は無視されます。CellPermission が存在しない場合は、読み取りアクセスが定義されます。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。