PerspectiveAttribute.CopyTo 메서드

Copies a PerspectiveAttribute object to the specified object.

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

구문

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

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

매개 변수

반환 값

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

참고 항목

참조

PerspectiveAttribute 클래스

Microsoft.AnalysisServices 네임스페이스