다음을 통해 공유


Perspective.CopyTo 메서드 (Perspective)

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Copies a Perspective to the specified object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Function CopyTo ( _
    obj As Perspective _
) As Perspective
‘사용 방법
Dim instance As Perspective 
Dim obj As Perspective 
Dim returnValue As Perspective 

returnValue = instance.CopyTo(obj)
public Perspective CopyTo(
    Perspective obj
)
public:
Perspective^ CopyTo(
    Perspective^ obj
)
member CopyTo : 
        obj:Perspective -> Perspective
public function CopyTo(
    obj : Perspective
) : Perspective

매개 변수

반환 값

유형: Microsoft.AnalysisServices.Perspective
The object copied to.

참고 항목

참조

Perspective 클래스

CopyTo 오버로드

Microsoft.AnalysisServices 네임스페이스