Share via


PerspectiveMeasure.Clone 메서드

정의

PerspectiveMeasure 개체의 새 전체 복사본을 만듭니다.

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

반환

설명

Clone()은 모든 하위 개체를 포함하여 원래 개체의 딥 클론을 만듭니다. 원래 개체의 하위 트리 외부에 있는 개체에 대한 참조는 그대로 유지됩니다. 예를 들어 SingleColumnRelationship을 복제하는 경우 복제된 관계 개체의 FromColumn 속성은 원래 관계 개체와 동일한 열을 가리킵니다.

적용 대상