CopyTo 메서드 (PerspectiveAttribute)
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
매개 변수
- obj
유형: Microsoft.AnalysisServices. . :: . .PerspectiveAttribute
The object you are copying to.
반환 값
유형: Microsoft.AnalysisServices. . :: . .PerspectiveAttribute
The object copied to.