次の方法で共有


PerspectiveHierarchy.Clone メソッド

定義

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

public Microsoft.AnalysisServices.Tabular.PerspectiveHierarchy Clone ();
member this.Clone : unit -> Microsoft.AnalysisServices.Tabular.PerspectiveHierarchy
Public Function Clone () As PerspectiveHierarchy

戻り値

注釈

Clone() は、すべての子孫オブジェクトを含む元のオブジェクトのディープ クローンを作成します。 元のオブジェクトのサブツリーの外部にあるオブジェクトへの参照は、そのまま保持されます。 たとえば、SingleColumnRelationship を複製した場合、複製されたリレーションシップ オブジェクトの FromColumn プロパティは、元のリレーションシップ オブジェクトと同じ列を指します。

適用対象