ComAssembly.CopyTo 메서드 (ComAssembly)
Copies the current ComAssembly object into the object that is passed as a parameter.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function CopyTo ( _
obj As ComAssembly _
) As ComAssembly
‘사용 방법
Dim instance As ComAssembly
Dim obj As ComAssembly
Dim returnValue As ComAssembly
returnValue = instance.CopyTo(obj)
public ComAssembly CopyTo(
ComAssembly obj
)
public:
ComAssembly^ CopyTo(
ComAssembly^ obj
)
member CopyTo :
obj:ComAssembly -> ComAssembly
public function CopyTo(
obj : ComAssembly
) : ComAssembly
매개 변수
- obj
유형: Microsoft.AnalysisServices.ComAssembly
The ComAssembly object into which the current object is to be copied.
반환 값
유형: Microsoft.AnalysisServices.ComAssembly
The copied ComAssembly object.