Clone 메서드
Creates and returns an instance of a Perspective class based on the current perspective.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Function Clone As Perspective
‘사용 방법
Dim instance As Perspective
Dim returnValue As Perspective
returnValue = instance.Clone()
public Perspective Clone()
public:
Perspective^ Clone()
member Clone : unit -> Perspective
public function Clone() : Perspective
반환 값
형식: Microsoft.AnalysisServices. . :: . .Perspective
A Perspective object.