AttributePermission クラス

定義

キューブの個々のディメンション属性に対してロールのメンバーが持つ権限を定義します。

[System.Runtime.InteropServices.Guid("28E086A9-7107-40d6-A878-77DA5BD59E12")]
public sealed class AttributePermission : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("28E086A9-7107-40d6-A878-77DA5BD59E12")>]
type AttributePermission = class
    inherit ModelComponent
    interface ICloneable
Public NotInheritable Class AttributePermission
Inherits ModelComponent
Implements ICloneable
継承
AttributePermission
属性
実装

コンストラクター

AttributePermission()

AttributePermission の新しいインスタンスを既定値で初期化します。

AttributePermission(String)

指定した属性識別子を使用して、AttributePermission の新しいインスタンスを初期化します。

プロパティ

AllowedSet

許可されたセットを定義する式を取得または設定します。

Annotations

カスタム データを格納できるコレクションを取得します。

(継承元 ModelComponent)
Attribute

アクセス許可を関連付ける親属性を取得します。

AttributeID

権限を関連付ける属性の ID を取得または設定します。

DefaultMember

既定のメンバーを定義する式を取得または設定します。

DeniedSet

拒否されたセットを定義する式を取得または設定します。

Description

AttributePermission の説明を取得または設定します。

FriendlyName

ModelComponent の表示名を取得します。

(継承元 ModelComponent)
KeyForCollection

コレクションで使用されているキーを取得します。

(継承元 ModelComponent)
OwningCollection

ModelComponent を格納するコレクションを取得または設定します。

(継承元 ModelComponent)
Parent

ModelComponent オブジェクトの親である IModelComponent オブジェクトを取得します。

(継承元 ModelComponent)
VisualTotals

この属性のメンバーに対して表示される値を取得または設定します (MDX 式)。 既定値は "0" です。

メソッド

AddToContainer(IContainer)

ModelComponent オブジェクトを指定したコンテナーに追加します。

(継承元 ModelComponent)
AfterInsert(Int32)

指定のインデックスに追加した後、ModelComponent オブジェクトを表示します。

(継承元 ModelComponent)
AfterMove(Int32, Int32)

指定のインデックスに移動した後、ModelComponent オブジェクトを表示します。

(継承元 ModelComponent)
AfterRemove(ModelComponentCollection)

ModelComponent オブジェクトを削除した後、ModelComponentCollection を表示します。

(継承元 ModelComponent)
BeforeRemove(Boolean)

クリーンアップする前に ModelComponent オブジェクトを削除します。

(継承元 ModelComponent)
Clone()

オブジェクトの複製を返します。

CopyTo(AttributePermission)

このオブジェクトの内容を別のオブジェクト (コピー先) にコピーします。

CopyTo(ModelComponent)

指定したオブジェクトに ModelComponent オブジェクトをコピーします。

(継承元 ModelComponent)
RemoveFromContainer(IContainer)

指定したコンテナーから ModelComponent オブジェクトを削除します。

(継承元 ModelComponent)
Reset()

コンポーネントを初期状態にリセットします。

(継承元 ModelComponent)
Submit()

ModelComponent オブジェクトを送信します。

(継承元 ModelComponent)
Submit(Boolean)

ModelComponent オブジェクトを送信します。

(継承元 ModelComponent)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 ModelComponent)
Validate(ValidationErrorCollection)

追加先の要素を検証します。コレクション内で検出されたエラーが返されます。

(継承元 ModelComponent)
Validate(ValidationErrorCollection, Boolean)

追加先の要素を検証します。コレクション内で検出されたエラーが返されます。 パラメーターを使って、詳細なエラー情報を返すように指定できます。

(継承元 ModelComponent)
Validate(ValidationErrorCollection, Boolean, ServerEdition)

追加先の要素を検証します。コレクションに発生したエラーを返します。 パラメーターを使って、詳細なエラー情報を返すように指定できます。

明示的なインターフェイスの実装

ICloneable.Clone()

キューブの個々のディメンション属性に対してロールのメンバーが持つ権限を定義します。

IHostableComponent.Host

キューブの個々のディメンション属性に対してロールのメンバーが持つ権限を定義します。

(継承元 ModelComponent)
IModelComponent.FriendlyPath

キューブの個々のディメンション属性に対してロールのメンバーが持つ権限を定義します。

(継承元 ModelComponent)
IModelComponent.OwningCollection

キューブの個々のディメンション属性に対してロールのメンバーが持つ権限を定義します。

(継承元 ModelComponent)

適用対象