Level クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Hierarchy 要素のレベルを定義します。 このクラスは継承できません。
[System.Runtime.InteropServices.Guid("449F0533-E601-4c13-9841-4946FB641699")]
public sealed class Level : Microsoft.AnalysisServices.NamedComponent, ICloneable
[<System.Runtime.InteropServices.Guid("449F0533-E601-4c13-9841-4946FB641699")>]
type Level = class
inherit NamedComponent
interface ICloneable
Public NotInheritable Class Level
Inherits NamedComponent
Implements ICloneable
- 継承
- 属性
- 実装
コンストラクター
Level() |
既定値を使用して Level クラスの新しいインスタンスを初期化します。 |
Level(String) |
指定した名前を使用して、Level の新しいインスタンスを初期化します。 |
Level(String, String) |
指定した名前と識別子を使用して、Level の新しいインスタンスを初期化します。 |
フィールド
MaxIDLength |
識別子の最大長を指定します。 (継承元 NamedComponent) |
MaxNameLength |
名前の最大長を指定します。 (継承元 NamedComponent) |
プロパティ
Annotations |
カスタム データを格納できるコレクションを取得します。 (継承元 ModelComponent) |
Description |
コンポーネントの説明を取得します。値の設定も可能です。 (継承元 NamedComponent) |
FriendlyName |
コンポーネントのわかりやすい名前を取得します。 (継承元 NamedComponent) |
HideMemberIf |
Level 内のメンバーをクライアント アプリケーションから非表示にする必要があるかどうか、およびそのタイミングを示す値を、取得および設定します。 |
ID |
コンポーネントの識別子を取得または設定します。 (継承元 NamedComponent) |
KeyForCollection |
コレクションで使用されているキーを取得します。 (継承元 NamedComponent) |
Name |
コンポーネントの名前を取得します。値の設定も可能です。 (継承元 NamedComponent) |
OwningCollection |
ModelComponent を格納するコレクションを取得または設定します。 (継承元 ModelComponent) |
Parent | |
ParentDatabase | |
ParentDimension | |
ParentServer | |
Site |
コンポーネントに関連付けられているサイトを取得または設定します。 (継承元 NamedComponent) |
SiteID |
コンポーネントに関連付けられているサイトの識別子を取得または設定します。 (継承元 NamedComponent) |
SourceAttribute |
Level オブジェクトに関連付けられたソース属性のディメンション属性オブジェクトを取得および設定します。 |
SourceAttributeID |
Level オブジェクトに関連付けられたソース属性を取得または設定します。 |
Translations |
Level オブジェクトに関連付けられた変換のコレクションを取得します。 |
メソッド
AddToContainer(IContainer) |
ModelComponent オブジェクトを指定したコンテナーに追加します。 (継承元 ModelComponent) |
AfterInsert(Int32) |
指定のインデックスに追加した後、ModelComponent オブジェクトを表示します。 (継承元 ModelComponent) |
AfterMove(Int32, Int32) |
指定のインデックスに移動した後、ModelComponent オブジェクトを表示します。 (継承元 ModelComponent) |
AfterRemove(ModelComponentCollection) |
ModelComponent オブジェクトを削除した後、ModelComponentCollection を表示します。 (継承元 ModelComponent) |
BeforeRemove(Boolean) |
クリーンアップする前に ModelComponent オブジェクトを削除します。 (継承元 ModelComponent) |
Clone() |
オブジェクトの複製を返します。 |
CopyTo(Level) |
このオブジェクトの内容を別のオブジェクト (コピー先) にコピーします。 |
CopyTo(ModelComponent) |
指定したオブジェクトに ModelComponent オブジェクトをコピーします。 (継承元 ModelComponent) |
CopyTo(NamedComponent) |
NamedComponent オブジェクトを指定したオブジェクトにコピーします。 (継承元 NamedComponent) |
RemoveFromContainer(IContainer) |
指定したコンテナーから ModelComponent オブジェクトを削除します。 (継承元 ModelComponent) |
Reset() |
コンポーネントを初期状態にリセットします。 (継承元 NamedComponent) |
Submit() |
ModelComponent オブジェクトを送信します。 (継承元 ModelComponent) |
Submit(Boolean) |
ModelComponent オブジェクトを送信します。 (継承元 ModelComponent) |
ToString() |
名前付きコンポーネントを表す文字列を返します。 (継承元 NamedComponent) |
Validate(ValidationErrorCollection) |
追加先の要素を検証します。コレクション内で検出されたエラーが返されます。 (継承元 ModelComponent) |
Validate(ValidationErrorCollection, Boolean) |
追加先の要素を検証します。コレクション内で検出されたエラーが返されます。 パラメーターを使って、詳細なエラー情報を返すように指定できます。 (継承元 ModelComponent) |
Validate(ValidationErrorCollection, Boolean, ServerEdition) |
Level オブジェクトが有効かどうかを示します。 |
明示的なインターフェイスの実装
ICloneable.Clone() |
Hierarchy 要素のレベルを定義します。 このクラスは継承できません。 |
IFormattable.ToString(String, IFormatProvider) |
Hierarchy 要素のレベルを定義します。 このクラスは継承できません。 (継承元 NamedComponent) |
IHostableComponent.Host |
Hierarchy 要素のレベルを定義します。 このクラスは継承できません。 (継承元 ModelComponent) |
IModelComponent.FriendlyPath |
Hierarchy 要素のレベルを定義します。 このクラスは継承できません。 (継承元 ModelComponent) |
IModelComponent.OwningCollection |
Hierarchy 要素のレベルを定義します。 このクラスは継承できません。 (継承元 ModelComponent) |