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.