次の方法で共有


PerspectiveMeasure クラス

定義

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

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

コンストラクター

PerspectiveMeasure()

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

プロパティ

Annotations

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

ExtendedProperties

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

IsRemoved

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

(継承元 MetadataObject)
Measure

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

Model

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

(継承元 MetadataObject)
ModifiedTime

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

Name

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

ObjectType

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

Parent

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

PerspectiveTable

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

メソッド

Clone()

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

CopyFrom(PerspectiveMeasure)
古い.

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

CopyTo(PerspectiveMeasure)

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

Validate()

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

(継承元 MetadataObject)

適用対象