다음을 통해 공유


CopyTo 메서드 (ComAssembly)

Copies the current ComAssembly object into the object that is passed as a parameter.

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

구문

‘선언
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

매개 변수

반환 값

형식: Microsoft.AnalysisServices. . :: . .ComAssembly
The copied ComAssembly object.