Share via


PerspectiveColumn.Clone 메서드

정의

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

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

반환

설명

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

적용 대상