次の方法で共有


PerspectiveHierarchy クラス

定義

Perspective 内の Table の Hierarchy を含みます。 PerspectiveTable オブジェクトの子です。

public sealed class PerspectiveHierarchy : Microsoft.AnalysisServices.Tabular.NamedMetadataObject
type PerspectiveHierarchy = class
    inherit NamedMetadataObject
Public NotInheritable Class PerspectiveHierarchy
Inherits NamedMetadataObject
継承

コンストラクター

PerspectiveHierarchy()

既定の設定で PerspectiveHierarchy クラスの新しいインスタンスを作成します。

プロパティ

Annotations

現在の PerspectiveHierarchy のすべての注釈のコレクション オブジェクトを取得します。

ExtendedProperties

現在の PerspectiveHierarchy のすべての extendedproperties のコレクション オブジェクトを取得します。

Hierarchy

この PerspectiveHierarchy に関連付けられている Hierarchy オブジェクトへの参照です。

IsRemoved

このオブジェクトがオブジェクト ツリーから削除されたかどうかを指定するブール値。

(継承元 MetadataObject)
Model

このオブジェクトを含む表形式モデルを取得します。

(継承元 MetadataObject)
ModifiedTime

オブジェクトが最後に変更された時刻。

Name

このオブジェクトの名前は、参照先の Hierarchy から派生します。 そのため、このオブジェクトでは、Name プロパティを設定できません。

ObjectType

オブジェクトの古い型を取得します。

Parent

親オブジェクト。Model オブジェクトに対して null です。

PerspectiveTable

この PerspectiveHierarchy オブジェクトを所有する PerspectiveTable オブジェクトへの参照です。

メソッド

Clone()

PerspectiveHierarchy オブジェクトの新しい完全コピーを作成します。

CopyFrom(PerspectiveHierarchy)
古い.

非推奨になりました。 CopyTo メソッドを使用してください。

CopyTo(PerspectiveHierarchy)

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

Validate()

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。 Microsoft 内部使用のみです。

(継承元 MetadataObject)

適用対象